Version

MouseActionOnSubItem Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Performs a mouse action on a particular sub item in the specified region.", Documentation="%a1 on %a3 [%a2].")>
Sub MouseActionOnSubItem( _
   ByVal oeMouseAction As System.Object, _
   ByVal oeSubItemType As System.Object, _
   ByVal oSubItem As System.Object, _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oDouble1 As System.Object, _
   Optional ByVal oDouble2 As System.Object _
) 
[TypeInfoMethod(Description="Performs a mouse action on a particular sub item in the specified region.", Documentation="%a1 on %a3 [%a2].")]
void MouseActionOnSubItem( 
   System.object oeMouseAction,
   System.object oeSubItemType,
   System.object oSubItem,
   System.object oRegion,
   System.object oDouble1,
   System.object oDouble2
)
[TypeInfoMethod(Description="Performs a mouse action on a particular sub item in the specified region.", Documentation="%a1 on %a3 [%a2].")]
void MouseActionOnSubItem( 
   System.Object* oeMouseAction,
   System.Object* oeSubItemType,
   System.Object* oSubItem,
   System.Object* oRegion,
   System.Object* oDouble1,
   System.Object* oDouble2
) 

Parameters

oeMouseAction
oeSubItemType
oSubItem
oRegion
oDouble1
oDouble2
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