Click or drag to resize

MouseAct Class

Represents a mouse action.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsMouseAct

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
[SerializableAttribute]
public class MouseAct : ICloneable

The MouseAct type exposes the following members.

Constructors
  NameDescription
Public methodMouseAct
Initializes a new instance of the MouseAct class
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the action to perform.
Public propertyClick
Gets or sets the type of mouse click.
Top
Methods
  NameDescription
Public methodClone
Creates a copy of the current MouseAct object.
Top
See Also