Intersoft.Client.Framework.Input Namespace : MouseAction Enumeration |
<TypeConverterAttribute("Intersoft.Client.Framework.Input.MouseActionConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")> Public Enum MouseAction Inherits System.Enum
Dim instance As MouseAction
[TypeConverterAttribute("Intersoft.Client.Framework.Input.MouseActionConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")] public enum MouseAction : System.Enum
[TypeConverterAttribute("Intersoft.Client.Framework.Input.MouseActionConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")] public enum class MouseAction : public System.Enum
Member | Description |
---|---|
LeftClick | A left mouse button click. |
LeftDoubleClick | A left mouse button double-click. |
None | No action. |
RightClick | A right mouse button click. |
RightDoubleClick | A right mouse button double-click. |
WheelClick | A mouse wheel click. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.Framework.Input.MouseAction
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