ArcFM Engine Developer Guide
OLEStartDrag Method (IMMOleDrag)


Syntax
'Declaration
 
Sub OLEStartDrag( _
   ByVal pMMTreeViewSelection As IMMTreeViewSelection, _
   ByRef pDataObject As IMMDataObject, _
   ByRef AllowedEffects As Integer _
) 
'Usage
 
Dim instance As IMMOleDrag
Dim pMMTreeViewSelection As IMMTreeViewSelection
Dim pDataObject As IMMDataObject
Dim AllowedEffects As Integer
 
instance.OLEStartDrag(pMMTreeViewSelection, pDataObject, AllowedEffects)
void OLEStartDrag( 
   IMMTreeViewSelection pMMTreeViewSelection,
   out IMMDataObject pDataObject,
   out int AllowedEffects
)

Parameters

pMMTreeViewSelection
pDataObject
AllowedEffects
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMOleDrag Interface
IMMOleDrag Members

 

 


Send Comment