Miner.Interop Namespace > IMMOleDrag Interface : OLEStartDrag Method |
'Declaration
Sub OLEStartDrag( _ ByVal pMMTreeViewSelection As IMMTreeViewSelection, _ ByRef pDataObject As IMMDataObject, _ ByRef AllowedEffects As System.Integer _ )
'Usage
Dim instance As IMMOleDrag Dim pMMTreeViewSelection As IMMTreeViewSelection Dim pDataObject As IMMDataObject Dim AllowedEffects As System.Integer instance.OLEStartDrag(pMMTreeViewSelection, pDataObject, AllowedEffects)
void OLEStartDrag( IMMTreeViewSelection pMMTreeViewSelection, out IMMDataObject pDataObject, out System.int AllowedEffects )
procedure OLEStartDrag( pMMTreeViewSelection: IMMTreeViewSelection; Out pDataObject: IMMDataObject; Out AllowedEffects: System.Integer );
function OLEStartDrag( pMMTreeViewSelection : IMMTreeViewSelection, pDataObject : IMMDataObject, AllowedEffects : System.int );
void OLEStartDrag( IMMTreeViewSelection* pMMTreeViewSelection, [PARAMFLAG::Out] IMMDataObject* pDataObject, [PARAMFLAG::Out] System.int AllowedEffects )
void OLEStartDrag( IMMTreeViewSelection^ pMMTreeViewSelection, [Out] IMMDataObject^ pDataObject, [Out] System.int AllowedEffects )
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