Click or drag to resize

UserAction Class

Represents the base class for user actions to perform on the terminal. This is for serialzation purpose only. To perform specific actions, use classes such as ActionText, ActionMacroRunToggle etc.
Inheritance Hierarchy

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
[SerializableAttribute]
public class UserAction

The UserAction type exposes the following members.

Operators
 NameDescription
Public operatorStatic member(HostKeyCode to UserAction) Defines an implicit conversion of a HostKeyCode object to a UserAction object.
Public operatorStatic member(String to UserAction) Defines an implicit conversion of a String object to a UserAction object.
Top
See Also