Constructs a new instance.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ElementDragAndDropInfo(
Type movabilityType
) |
Visual Basic |
---|
Public Sub New ( _
movabilityType As Type _
) |
Visual C++ |
---|
public:
ElementDragAndDropInfo(
Type^ movabilityType
) |
Parameters
- movabilityType
- Type: System..::..Type
Declare what this element is in terms of drag and drop by declaring a Type.
Element providers accepting drag and drop of this type will accept this.
See Also