Contents Index Topic Contents | ||
Previous Topic: Toolbar Extended Styles Next Topic: Toolbar Standard Button Image Index Values |
Toolbar Button States
A toolbar button can have a combination of the following states:
TBSTATE_CHECKED The button has the TBSTYLE_CHECK style and is being clicked. TBSTATE_ELLIPSES Version 4.70. The button's text is cut off and an ellipsis is displayed. TBSTATE_ENABLED The button accepts user input. A button that doesn't have this state is grayed. TBSTATE_HIDDEN The button is not visible and cannot receive user input. TBSTATE_INDETERMINATE The button is grayed. TBSTATE_MARKED Version 4.71. The button is marked. The interpretation of a marked item is dependent upon the application. TBSTATE_PRESSED The button is being clicked. TBSTATE_WRAP The button is followed by a line break. The button must also have the TBSTATE_ENABLED state.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.