FormBuildManagedHostControl.dragDrop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
dragDrop(Int32) | |
dragDrop() |
Determines whether to enable or disable drag-and-drop operations for the control. |
dragDrop(Int32)
public:
virtual int dragDrop(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int dragDrop (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member dragDrop : int -> int
override this.dragDrop : int -> int
Public Overridable Function dragDrop (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
dragDrop()
Determines whether to enable or disable drag-and-drop operations for the control.
public:
virtual int dragDrop();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int dragDrop ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member dragDrop : unit -> int
override this.dragDrop : unit -> int
Public Overridable Function dragDrop () As Integer
Returns
1 if drag-and-drop operations are enabled; otherwise, false.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute