ACSetCaptionOnToolbar

 

 

Purpose
 

ACSetCaptionOnToolbar sets or unsets the toolbar caption for a named Action Control

Syntax
 

ACSetCaptionOnToolbar (Action Control Name, Value: 1 or 0)

Operation

Action Control Name is the name of the Action Control.

Remarks

Return values:

0 = FALSE

1 = TRUE

Example

To set the toolbar caption property of an Action Control whose Tag Name is 'DemoActionControl':

ACSetCaptionOnToolbar("DemoActionControl",1)

Comment on this topic

Topic ID: 520237