Click or drag to resize

KeyboardScheme Class

Represents a keyboard scheme.
Inheritance Hierarchy
SystemObject
  CustomSchemeKeyAct
    Flex.Hal.SettingsKeyboardScheme

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class KeyboardScheme : CustomScheme<KeyAct[]>

The KeyboardScheme type exposes the following members.

Constructors
 NameDescription
Public methodKeyboardSchemeInitializes a new instance of the KeyboardScheme class
Public methodKeyboardScheme(String)Initializes a new instance of the KeyboardScheme class
Top
Properties
 NameDescription
Public propertyKeyActCollection Gets or sets the collection of KeyAct.
Top
Operators
 NameDescription
Public operatorStatic member(String to KeyboardScheme) Defines an implicit conversion of a String object to a KeyboardScheme object.
Top
See Also