InfoConnect for Airlines
Hotspot Class Members
Properties  Methods 


The following tables list the members exposed by Hotspot.

Public Constructors
 NameDescription
Public ConstructorHotspot ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyActionSequenceGets or sets the action sequence to invoke when this hotspot is invoked.  
Public PropertyAutoInvokeGets or sets a value indicating whether to cause the hotspot to be invoked as soon as it appears on the screen.  
Public PropertyColumnGets or sets whether the hotspot will appear only if the text is in the specified column.  
Public PropertyFollowedByDelimiterGets or sets a value indicating whether the hotspot must be followed by a delimiter, usually a space.  
Public PropertyMatchCaseGets or sets a value indicating whether to make the hotspot case sensitive.  
Public PropertyMatchUntilDelimiterGets or sets a value indicating whether to define the end of the hotspot as a delimiter, usually a space.  
Public PropertyOtherDelimitersGets or sets the list of characters to use as hotspot delimiters when UseOtherDelimiters is true.  
Public PropertyPrecededByDelimiterGets or sets a value indicating whether the hotspot must be preceded by a delimiter, usually a space.  
Public PropertyRowGets or sets whether the hotspot will appear only if the text is in the specified row.  
Public PropertySpaceDelimiterGets or sets a value indicating whether to use the white space created by pressing the SPACEBAR as a hotspot delimiter.  
Public PropertyTextGets or sets a value indicating the hotspot text. The text can be up to 80 characters.  
Public PropertyTooltipGets or sets the text to display when the mouse cursor is over the hotspot.  
Public PropertyUseOtherDelimitersGets or sets a value indicating whether to use other characters as hotspot delimiters.  
Top
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the specified object is equal to the current object.  
Public MethodGetHashCodeServes as the default hash function.  
Public MethodGetSchemaReturns an in-memory representation of the XML schema used for Hotspot.  
Public MethodReadXmlReads in a list type from an xml file.  
Public MethodToStringReturns a string representation of this Hotspot.  
Public MethodWriteXmlWrites out a list to xml format.  
Top
Public Operators
public Operator Equality Determines whether the specified object is equal to the current object.
public Operator Inequality Determines whether the specified object is not equal to the current object.
Top
See Also