Intersoft ClientUI Documentation
DragDropKeyStates Enumeration



Specifies the drag drop key states.
Syntax
Public Enum DragDropKeyStates 
   Inherits System.Enum
Dim instance As DragDropKeyStates
public enum DragDropKeyStates : System.Enum 
public enum class DragDropKeyStates : public System.Enum 
Members
MemberDescription
AltKey Alt key.
ControlKey Control key.
LeftMouseButton Left mouse button.
MiddleMouseButton Middle mouse button.
None None.
RightMouseButton Right mouse button.
ShiftKey Shift key.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.Interactivity.DragDropKeyStates

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

Intersoft.Client.UI.Controls.Interactivity Namespace

Send Feedback