Programming with Reflection

image\rwnprg32.gif GetHotspotTip method

 

Syntax TipString = object.GetHotspotTip(Name, Flags, Row, Column)

 

Description

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.

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.

Return

TipString Return type: String
The tip text associated with the specified hotspot.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command