CBSetCaption |
DEVELOPER |
|
|
Purpose |
CBSetCaption sets the caption for a named Control Bar. |
Syntax |
CBSetCaption (Control Bar Name, Caption) |
Operation |
Control Bar Name is the name of a Control Bar. |
Remarks |
|
Example |
To set the caption of a Control Bar whose Tag Name is 'DemoActionControl' to the 'Click Me': CBSetCaption("DemoControlBar", "Click Me") |
Topic ID: 520249