Click or drag to resize

HotspotAct Class

Represents a hotspot action.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsHotspotAct

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class HotspotAct

The HotspotAct type exposes the following members.

Constructors
 NameDescription
Public methodHotspotActInitializes a new instance of the HotspotAct class
Top
Properties
 NameDescription
Public propertyAction Gets or sets the action to perform when hotspot is activated.
Public propertyMatch Gets or sets the match requirements. For examples, whole word only, case sensitive.
Public propertyText Gets or sets the text to match.
Top
Methods
 NameDescription
Public methodClone Creates a copy of the current HotspotAct object.
Public methodToString Creates and returns a string representation of the current HotspotAct object.
(Overrides ObjectToString)
Top
See Also