CBGetDocked |
DEVELOPER |
CBGetDocked
|
|
Purpose |
CBGetDocked checks if Docked property is enabled for a named Control Bar. |
Syntax |
#variable = CBGetDocked (Control Bar Name) |
Operation |
Control Bar Name is the name of a Control Bar. |
Remarks |
Return values: 0 = FALSE 1 = TRUE |
Example |
To check whether the Docked property is enabled for a Control Bar whose Tag Name is 'DemoControlBar': #RC = CBGetDocked("DemoControlBar") |
Topic ID: 520245