EditScheme Class |
Namespace: Flex.Hal.Settings
The EditScheme type exposes the following members.
Name | Description | |
---|---|---|
EditScheme | Initializes a new instance of the EditScheme class | |
EditScheme(String) | Initializes a new instance of the EditScheme class | |
EditScheme(Edit) | Initializes a new instance of the EditScheme 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.) | |
SchemeName |
Gets or sets the name of the scheme.
(Inherited from CustomSchemeT.) | |
Settings |
Gets the Edit settings of the scheme.
|
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 EditScheme) |
Defines an implicit conversion of a String object to
a EditScheme object.
|