Version

GetSubItemId(Object) Method

Returns the unique identifier of the sub-item obtained from the input object. In most cases, the source object is either the Original Source or the Moused dependency object obtained from the MouseLocationHelper
Syntax
'Declaration
 
Protected Overloads Overridable Function GetSubItemId( _
   ByVal oSubItemObject As System.Object _
) As System.Object
protected virtual System.object GetSubItemId( 
   System.object oSubItemObject
)
protected: virtual System.Object* GetSubItemId( 
   System.Object* oSubItemObject
) 

Parameters

oSubItemObject
Input object from which the sub-item will be obtained

Return Value

The unique identifier of the sub-item obtained from the input object
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also