ArcFM Engine Developer Guide
SetDragDropCombination Method (IMMOleDragAssist)


Syntax
'Declaration
 
Sub SetDragDropCombination( _
   ByVal FromItemType As mmd8ItemType, _
   ByVal ToItemType As mmd8ItemType, _
   ByVal AllowedEffects As Integer, _
   ByVal bRequiresConversion As Boolean, _
   Optional ByVal ConvertToType As Object _
) 
'Usage
 
Dim instance As IMMOleDragAssist
Dim FromItemType As mmd8ItemType
Dim ToItemType As mmd8ItemType
Dim AllowedEffects As Integer
Dim bRequiresConversion As Boolean
Dim ConvertToType As Object
 
instance.SetDragDropCombination(FromItemType, ToItemType, AllowedEffects, bRequiresConversion, ConvertToType)
void SetDragDropCombination( 
   mmd8ItemType FromItemType,
   mmd8ItemType ToItemType,
   int AllowedEffects,
   bool bRequiresConversion,
   object ConvertToType
)

Parameters

FromItemType
ToItemType
AllowedEffects
bRequiresConversion
ConvertToType
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