Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
MouseClickCount Enumeration
In This Topic
The number of clicks for a mouse mapping.
Syntax
'Declaration
Public Enum MouseClickCount Inherits System.Enum
'Usage
Dim instance As MouseClickCount
public enum MouseClickCount : System.Enum
Members
| Member | Description |
|---|---|
| DoubleClick | Double-button click. This is a placeholder value for future use. This value is not currently supported and should not be used. |
| SingleClick | Single-button click. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.MouseClickCount
See Also