CBGetChildName

 

 

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
Index Number
 is the position in the index.

 

Remarks

 

Example

To retrieve the first Action Control name from a Control Bar whose Tag Name is 'DemoControlBar':

$AC = CBGetChildName("DemoControlBar",0)

Comment on this topic

Topic ID: 520244