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: 4.1.4031.1525
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class HotspotAct : ICloneable

The HotspotAct type exposes the following members.

Constructors
  NameDescription
Public methodHotspotAct
Initializes 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