Click or drag to resize

KeyAct Class

Represents a keyboard action.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsKeyAct

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class KeyAct : ICloneable

The KeyAct type exposes the following members.

Constructors
  NameDescription
Public methodKeyAct
Initializes a new instance of the KeyAct class
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the action to perform.
Public propertyModifier
Gets or sets the key modifier.
Public propertyName
Gets or sets the name of the key.
Top
Methods
  NameDescription
Public methodClone
Creates a copy of the current KeyAct object.
Top
See Also