ArcFM Responder Mobile 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
)
procedure SetDragDropCombination( 
    FromItemType: mmd8ItemType;
    ToItemType: mmd8ItemType;
    AllowedEffects: System.Integer;
    bRequiresConversion: System.Boolean;
    ConvertToType: System.TObject
); 
function SetDragDropCombination( 
   FromItemType : mmd8ItemType,
   ToItemType : mmd8ItemType,
   AllowedEffects : System.int,
   bRequiresConversion : System.boolean,
   ConvertToType : System.Object
);
void SetDragDropCombination( 
   mmd8ItemType FromItemType,
   mmd8ItemType ToItemType,
   System.int AllowedEffects,
   System.bool bRequiresConversion,
   System.Object* 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMOleDragAssist Interface
IMMOleDragAssist Members

Send Feedback