Contents Index Topic Contents | ||
Previous Topic: TB_SETROWS Next Topic: TB_SETSTYLE |
TB_SETSTATE
TB_SETSTATE wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fState, 0);Sets the state for the specified button in a toolbar.
- Returns TRUE if successful, or FALSE otherwise.
- idButton
- Command identifier of the button.
- fState
- State flags. This parameter can be a combination of the values listed in Toolbar Button States.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.