ACSetTooltip

 

 

Purpose
 

ACSetTooltip sets tooltip string for a named Action Control.

Syntax
 

ACSetTooltip(Action Control Name, Tooltip String)

Operation

Action Control Name is the name of an Action Control
Tooltip String
is a text string 

Remarks

 

Example

To set the tooltip of an Action Control whose Tag Name is "DemoActionControl" to "Insert Mode":

ACSetTooltip("DemoActionControl","Insert Mode")

Comment on this topic

Topic ID: 520240