ArcFM Responder Mobile Developer Guide
OLEStartDrag Method (IMMOleDragAssist)






Syntax
'Declaration
 
Function OLEStartDrag( _
   ByVal pMMSelection As IMMTreeViewSelection, _
   ByRef DataObject As IMMDataObject, _
   ByRef AllowedEffects As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As IMMOleDragAssist
Dim pMMSelection As IMMTreeViewSelection
Dim DataObject As IMMDataObject
Dim AllowedEffects As System.Integer
Dim value As System.Boolean
 
value = instance.OLEStartDrag(pMMSelection, DataObject, AllowedEffects)
System.bool OLEStartDrag( 
   IMMTreeViewSelection pMMSelection,
   out IMMDataObject DataObject,
   out System.int AllowedEffects
)
function OLEStartDrag( 
    pMMSelection: IMMTreeViewSelection;
   Out  DataObject: IMMDataObject;
   Out  AllowedEffects: System.Integer
): System.Boolean; 
function OLEStartDrag( 
   pMMSelection : IMMTreeViewSelection,
   DataObject : IMMDataObject,
   AllowedEffects : System.int
) : System.boolean;
System.bool OLEStartDrag( 
   IMMTreeViewSelection* pMMSelection,
   [PARAMFLAG::Out] IMMDataObject* DataObject,
   [PARAMFLAG::Out] System.int AllowedEffects
) 
System.bool OLEStartDrag( 
   IMMTreeViewSelection^ pMMSelection,
   [Out] IMMDataObject^ DataObject,
   [Out] System.int AllowedEffects
) 

Parameters

pMMSelection
DataObject
AllowedEffects
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

Reference

IMMOleDragAssist Interface
IMMOleDragAssist Members

Send Feedback