ACGetTooltip |
DEVELOPER |
|
|
Purpose |
ACGetTooltip returns the tooltip for a named Action Control. |
Syntax |
$variable = ACGetTooltip (Action Control Name) |
Operation |
Action Control Name is the name of an Action Control. |
Remarks |
|
Example |
To retrieve the tooltip of an Action Control whose Tag Name is 'DemoActionControl': $A = ACGetToolTip("DemoActionControl") |
Topic ID: 520233