ArcFM Responder Mobile Developer Guide
SetDragDropCombination Method (MMOleDragAssistClass)






Syntax
'Declaration
 
Public Overridable 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 MMOleDragAssistClass
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)
public virtual void SetDragDropCombination( 
   mmd8ItemType FromItemType,
   mmd8ItemType ToItemType,
   System.int AllowedEffects,
   System.bool bRequiresConversion,
   System.object ConvertToType
)
public procedure SetDragDropCombination( 
    FromItemType: mmd8ItemType;
    ToItemType: mmd8ItemType;
    AllowedEffects: System.Integer;
    bRequiresConversion: System.Boolean;
    ConvertToType: System.TObject
); virtual; 
public function SetDragDropCombination( 
   FromItemType : mmd8ItemType,
   ToItemType : mmd8ItemType,
   AllowedEffects : System.int,
   bRequiresConversion : System.boolean,
   ConvertToType : System.Object
);
public: virtual void SetDragDropCombination( 
   mmd8ItemType FromItemType,
   mmd8ItemType ToItemType,
   System.int AllowedEffects,
   System.bool bRequiresConversion,
   System.Object* ConvertToType
) 
public:
virtual 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

MMOleDragAssistClass Class
MMOleDragAssistClass Members

Send Feedback