ACSetCaption

 

 

Purpose
 

ACSetCaption sets the caption for a named Action Control.

Syntax
 

ACSetCaption (Action Control Name,Caption)

Operation

Action Control Name is the name of the Action Control.
Caption
is the text displayed in the caption.

Remarks

 

Example

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

ACSetTooltip("DemoActionControl","Insert Mode")

Comment on this topic

Topic ID: 520236