CBGetChildName |
DEVELOPER |
|
|
Purpose |
CBGetChildName returns the Action Control name for a named Control Bar. |
Syntax |
$variable = CBGetChildName (Control Bar Name, Index Number) |
Operation |
Control Bar Name is the name of a Control Bar |
Remarks |
|
Example |
To retrieve the first Action Control name from a Control Bar whose Tag Name is 'DemoControlBar': $AC = CBGetChildName("DemoControlBar",0) |
Topic ID: 520244