pbNoDivider - cToolbar
Determines if the toolbar is drawn with a dividing graphical line above it
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbNoDivider
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbNoDivider to BooleanVariable |
| Write Access: | Set pbNoDivider to BooleanVariable/Value |
Description
By default, the toolbar is drawn with a dividing graphical line above it. This is useful when it is used below a menu, in a MDI program, for example, to visually separate the two controls. Whenever a toolbar is used elsewhere, it may be more appropriate to draw the toolbar without this graphical line. Set the pbNoDivider property to False to draw the line and to True, if you do not want the divider drawn.
Default is false.