| Visual Basic (Declaration) | |
|---|---|
Public Enum DragDataTypes Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DragDataTypes | |
| C# | |
|---|---|
public enum DragDataTypes : System.Enum | |
| Member | Description |
|---|---|
| All | All data types are acceptable for a drag control to perform a drop operation. |
| Array | Array data types are acceptable for a drag control to perform a drop operation. |
| Boolean | Boolean data types are acceptable for a drag control to perform a drop operation. |
| Custom | Custom data types are acceptable for a drag control to perform a drop operation. |
| DateTime | DateTime data types are acceptable for a drag control to perform a drop operation. |
| Default | |
| Number | Number data types are acceptable for a drag control to perform a drop operation. |
| Object | Object data types are acceptable for a drag control to perform a drop operation. |
| String | String data types are acceptable for a drag control to perform a drop operation. |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.DragDataTypes
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