Intersoft ClientUI Documentation
MouseButtonState Enumeration



Specifies the possible states of a mouse button.
Syntax
Public Enum MouseButtonState 
   Inherits System.Enum
Dim instance As MouseButtonState
public enum MouseButtonState : System.Enum 
public enum class MouseButtonState : public System.Enum 
Members
MemberDescription
PressedThe button is pressed.
ReleasedThe button is released.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.Input.MouseButtonState

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.Framework.Input Namespace

Send Feedback