Intersoft WebDesktop Documentation
DragDataTypes Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : DragDataTypes Enumeration


Glossary Item Box

Specifies which data types are acceptable for a drag control to perform a drop operation.

Syntax

Visual Basic (Declaration) 
Public Enum DragDataTypes 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DragDataTypes
C# 
public enum DragDataTypes : System.Enum 

Members

MemberDescription
AllAll data types are acceptable for a drag control to perform a drop operation.
ArrayArray data types are acceptable for a drag control to perform a drop operation.
BooleanBoolean data types are acceptable for a drag control to perform a drop operation.
CustomCustom data types are acceptable for a drag control to perform a drop operation.
DateTimeDateTime data types are acceptable for a drag control to perform a drop operation.
Default 
NumberNumber data types are acceptable for a drag control to perform a drop operation.
ObjectObject data types are acceptable for a drag control to perform a drop operation.
StringString data types are acceptable for a drag control to perform a drop operation.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.DragDataTypes

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.