Click or drag to resize

HotspotScheme Class

Represents a hotspot scheme.
Inheritance Hierarchy
SystemObject
  CustomSchemeHotspotAct
    Flex.Hal.SettingsHotspotScheme

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

The HotspotScheme type exposes the following members.

Constructors
 NameDescription
Public methodHotspotSchemeInitializes a new instance of the HotspotScheme class
Public methodHotspotScheme(String)Initializes a new instance of the HotspotScheme class
Top
Properties
 NameDescription
Public propertyHotspotActCollection Gets or sets the collection of HotspotAct.
Top
Operators
 NameDescription
Public operatorStatic member(String to HotspotScheme) Defines an implicit conversion of a String object to a HotspotScheme object.
Top
See Also