ArcFM Engine Developer Guide
OLEStartDrag Method (MMOleDragAssistClass)


Syntax
'Declaration
 
Public Overridable Function OLEStartDrag( _
   ByVal pMMSelection As IMMTreeViewSelection, _
   ByRef DataObject As IMMDataObject, _
   ByRef AllowedEffects As Integer _
) As Boolean
'Usage
 
Dim instance As MMOleDragAssistClass
Dim pMMSelection As IMMTreeViewSelection
Dim DataObject As IMMDataObject
Dim AllowedEffects As Integer
Dim value As Boolean
 
value = instance.OLEStartDrag(pMMSelection, DataObject, AllowedEffects)
public virtual 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

MMOleDragAssistClass Class
MMOleDragAssistClass Members

 

 


Send Comment