Represents a mouse action.
Inheritance Hierarchy
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax [SerializableAttribute]
public class MouseAct : ICloneable
<SerializableAttribute>
Public Class MouseAct
Implements ICloneable
The MouseAct type exposes the following members.
Constructors
| Name | Description |
---|
| MouseAct | Initializes a new instance of the MouseAct class |
TopProperties
| Name | Description |
---|
| Action |
Gets or sets the action to perform.
|
| Click |
Gets or sets the type of mouse click.
|
TopMethods
| Name | Description |
---|
| Clone |
Creates a copy of the current MouseAct object.
|
TopSee Also