HotspotScheme Class |
Namespace: Flex.Hal.Settings
The HotspotScheme type exposes the following members.
Name | Description | |
---|---|---|
HotspotScheme | Initializes a new instance of the HotspotScheme class | |
HotspotScheme(String) | Initializes a new instance of the HotspotScheme class |
Name | Description | |
---|---|---|
HotspotActCollection |
Gets or sets the collection of HotspotAct.
| |
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.) |
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 HotspotScheme) |
Defines an implicit conversion of a String object to
a HotspotScheme object.
|