ArcFM Solution Developer Guide
SetDragDropCombination Method (IMMOleDragAssist)


Syntax
'Declaration
 
Sub SetDragDropCombination( _
   ByVal FromItemType As mmd8ItemType, _
   ByVal ToItemType As mmd8ItemType, _
   ByVal AllowedEffects As System.Integer, _
   ByVal bRequiresConversion As System.Boolean, _
   Optional ByVal ConvertToType As System.Object _
) 
'Usage
 
Dim instance As IMMOleDragAssist
Dim FromItemType As mmd8ItemType
Dim ToItemType As mmd8ItemType
Dim AllowedEffects As System.Integer
Dim bRequiresConversion As System.Boolean
Dim ConvertToType As System.Object
 
instance.SetDragDropCombination(FromItemType, ToItemType, AllowedEffects, bRequiresConversion, ConvertToType)
void SetDragDropCombination( 
   mmd8ItemType FromItemType,
   mmd8ItemType ToItemType,
   System.int AllowedEffects,
   System.bool bRequiresConversion,
   System.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