Hotspot.GetProperties

table Hotspot.GetProperties ( 

string ObjectName )

Example 1

-- Get the tooltip text in use by the hotspot object
sTooltip = Hotspot.GetProperties("Hotspot1").TooltipText;

-- Display this text to the user
Dialog.Message("Tooltip", sTooltip);

Get the currently displayed tooltip text from the hotspot object 'Hotspot1' and display it to the user.

See also:  Related Actions