2.3.1.21 TBCMenuSpecific

Contains information specific to Popup, ButtonPopup, SplitButtonPopup, and SplitButtonMRUPopup type toolbar controls.


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

tbid

name (variable)

...

tbid (4 bytes): Signed integer that specifies the toolbar ID of the toolbar that the toolbar control drops. MUST be greater than or equal to 0x00000000. A value of 0x00000000 means that the toolbar control does not drop a toolbar. A value of 0x00000001 means that the toolbar control drops a custom toolbar. A value greater than 0x00000001 means that the toolbar control drops a built-in toolbar. See [MS-CTDOC] section 2.1 and [MS-CTXLS] section 2.1 for a list of toolbar identifiers associated with built-in toolbars.

name (variable): Structure of type WString (section 2.3.1.4). Name of the custom toolbar that the toolbar control drops. MUST exist if tbid equals 0x00000001. MUST NOT exist if tbid is not equal to 0x00000001.