CBSetOrder

 

 

Purpose
 

CBSetOrder sets the order (from left to right on a toolbar and from top to bottom on a drop-down list) of a named Control Bar.

Syntax
 

variable = CBSetOrder (Control Bar Name, Value)

Operation

Control Bar Name is the name of a Control Bar.

Remarks

 

Example

To make a Control Bar whose Tag Name is 'DemoControlBar' the first Control Bar:

CBSetOrder("DemoControlBar","1")

Comment on this topic

Topic ID: 520250