2.3.1.11 TBCFlags

Referenced by: TBCHeader

Toolbar control flags. The bit description begins from the least significant bit.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

A

B

C

D

E

F

G

H

A - fHidden (1 bit): A bit that specifies whether this toolbar control is visible. A value of 1 specifies that the toolbar control is not visible.

B - fBeginGroup (1 bit): A bit that specifies whether a toolbar control separator appears before this toolbar control. A value of 1 specifies that a toolbar control separator appears before the toolbar control.

C - fOwnLine (1 bit): A bit that specifies whether the toolbar control requires its own row. A value of 1 specifies that the toolbar control requires its own row in the toolbar.

D - fNoCustomize (1 bit): A bit that specifies whether this toolbar control can be altered by customization. A value of 1 specifies that the toolbar control cannot be altered by customization.

E - fSaveDxy (1 bit): A bit that specifies whether the width and height of the toolbar control have been saved to the file. A value of 1 specifies that the width and height fields of the TBCHeader structure (section 2.3.1.10) that contains this structure MUST exist.

F - reserved1 (1 bit): Reserved bit. Undefined and MUST be ignored.

G - fBeginLine (1 bit): A bit that specifies whether the toolbar control begins a new row in the toolbar. A value of 1 specifies that the toolbar control begins a new row in the toolbar.

H - reserved2 (1 bit): Reserved bit. MUST be 0.