Version

DragItem Method (IXamDiagramToolboxReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Start a drag operation with the specified Toolbox item.", Documentation="Start a drag operation with the Toolbox item [%a1].")>
Sub DragItem( _
   ByVal oItemArg As System.Object _
) 
[TypeInfoMethod(Description="Start a drag operation with the specified Toolbox item.", Documentation="Start a drag operation with the Toolbox item [%a1].")]
void DragItem( 
   System.object oItemArg
)
[TypeInfoMethod(Description="Start a drag operation with the specified Toolbox item.", Documentation="Start a drag operation with the Toolbox item [%a1].")]
void DragItem( 
   System.Object* oItemArg
) 

Parameters

oItemArg
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