KeyboardScheme Class |
Namespace: Flex.Hal.Settings
The KeyboardScheme type exposes the following members.
Name | Description | |
---|---|---|
KeyboardScheme | Initializes a new instance of the KeyboardScheme class | |
KeyboardScheme(String) | Initializes a new instance of the KeyboardScheme class |
Name | Description | |
---|---|---|
IsDefault |
Gets a value that indicates whether the scheme is a system scheme.
(Inherited from CustomSchemeT.) | |
IsExternal |
Gets a value that indicates whether the scheme is an external scheme (stored in an external file).
(Inherited from CustomSchemeT.) | |
IsSession |
Gets a value that indicates whether the scheme is a user defined scheme (stored in the session file).
(Inherited from CustomSchemeT.) | |
KeyActCollection |
Gets or sets the collection of KeyAct.
| |
SchemeName |
Gets or sets the name of the scheme.
(Inherited from CustomSchemeT.) |
Name | Description | |
---|---|---|
SaveSchemeToFile |
Saves the scheme to the specified file.
(Inherited from CustomSchemeT.) | |
ToString |
Creates and returns a string representation of the current
CustomSchemeT object.
(Inherited from CustomSchemeT.) |
Name | Description | |
---|---|---|
(String to KeyboardScheme) |
Defines an implicit conversion of a String object to
a KeyboardScheme object.
|