ArcFM Engine Developer Guide
OLEStartDrag Method (IMMOleDragAssist)


Syntax
'Declaration
 
Function OLEStartDrag( _
   ByVal pMMSelection As IMMTreeViewSelection, _
   ByRef DataObject As IMMDataObject, _
   ByRef AllowedEffects As Integer _
) As Boolean
'Usage
 
Dim instance As IMMOleDragAssist
Dim pMMSelection As IMMTreeViewSelection
Dim DataObject As IMMDataObject
Dim AllowedEffects As Integer
Dim value As Boolean
 
value = instance.OLEStartDrag(pMMSelection, DataObject, AllowedEffects)
bool OLEStartDrag( 
   IMMTreeViewSelection pMMSelection,
   out IMMDataObject DataObject,
   out int AllowedEffects
)

Parameters

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

IMMOleDragAssist Interface
IMMOleDragAssist Members

 

 


Send Comment