Name | Description | |
---|---|---|
Hotspot Constructor | Overloaded. |
The following tables list the members exposed by Hotspot.
Name | Description | |
---|---|---|
Hotspot Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActionSequence | Gets or sets the action sequence to invoke when this hotspot is invoked. | |
AutoInvoke | Gets or sets a value indicating whether to cause the hotspot to be invoked as soon as it appears on the screen. | |
Column | Gets or sets whether the hotspot will appear only if the text is in the specified column. | |
FollowedByDelimiter | Gets or sets a value indicating whether the hotspot must be followed by a delimiter, usually a space. | |
MatchCase | Gets or sets a value indicating whether to make the hotspot case sensitive. | |
MatchUntilDelimiter | Gets or sets a value indicating whether to define the end of the hotspot as a delimiter, usually a space. | |
OtherDelimiters | Gets or sets the list of characters to use as hotspot delimiters when UseOtherDelimiters is true. | |
PrecededByDelimiter | Gets or sets a value indicating whether the hotspot must be preceded by a delimiter, usually a space. | |
Row | Gets or sets whether the hotspot will appear only if the text is in the specified row. | |
SpaceDelimiter | Gets or sets a value indicating whether to use the white space created by pressing the SPACEBAR as a hotspot delimiter. | |
Text | Gets or sets a value indicating the hotspot text. The text can be up to 80 characters. | |
Tooltip | Gets or sets the text to display when the mouse cursor is over the hotspot. | |
UseOtherDelimiters | Gets or sets a value indicating whether to use other characters as hotspot delimiters. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. | |
GetHashCode | Serves as the default hash function. | |
GetSchema | Returns an in-memory representation of the XML schema used for Hotspot. | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | Reads in a list type from an xml file. | |
ToString | Returns a string that represents the current object. | |
WriteXml | Writes out a list to xml format. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Equality | Determines whether the specified object is equal to the current object. |
Inequality | Determines whether the specified object is not equal to the current object. |