Programming with Reflection
GetHotspotTip method
Syntax TipString = object.GetHotspotTip(Name, Flags, Row, Column)
Returns the tip text associated with a hotspot. The hotspot is identified by the following arguments. Refer to the DefineHotspotEx method for more detailed information about these arguments.
Name Argument type: String
The sting that identifies the hotspot. Hotspot names are case sensitive.
Flags Argument type: Enumeration
The flags selected for the hotspot. Possible values are:
rcMatchAll
rcMatchCase
rcMatchWhole
rcMatchCaseWhole
Row Argument type: Enumeration or Integer
The defined row for the hotspot. Use rcAnyRow or a specific row value.
Column Argument type: Enumeration or Integer
The defined column for the hotspot. Use rcAnyCol or a specific column value.
TipString Return type: String
The tip text associated with the specified hotspot.