The information in this article applies to:
SUMMARY
The documentation for CToolBar::SetButtonStyle includes the following
styles: TBBS_BUTTON, TBBS_SEPARATOR, TBBS_CHECKBOX, TBBS_GROUP, and,
TBBS_CHECKGROUP. MORE INFORMATIONFollowing is the information for the missing styles: TBBS_DROPDOWNCreates a drop-down list button.TBBS_AUTOSIZEThe button's width is calculated based on the text of the button, not on the size of the image.TBBS_NOPREFIXThe button text does not have an accelerator prefix associated with it.NOTE: CToolBar uses the underlying CToolBarCtrl common control. These styles have the same effect for CToolBar as the TBSTYLE flags have for the toolbar common control. More information about these styles can be found in the toolbar common control documentation. (c) Microsoft Corporation 1998, All Rights Reserved. Contributions by Yeong- Kah Tam, Microsoft Corporation. Additional query words: kbdocerr kbvc600
Keywords : kbdocerr kbref kbVC600 |
Last Reviewed: July 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |