Contents Index Topic Contents | ||
Previous Topic: TB_GETROWS Next Topic: TB_GETSTYLE |
TB_GETSTATE
TB_GETSTATE wParam = (WPARAM) idButton; lParam = 0;Retrieves information about the state of the specified button in a toolbar, such as whether it is enabled, pressed, or checked.
- Returns the button state information if successful, or -1 otherwise. The button state information can be a combination of the values listed in Toolbar Button States.
- idButton
- Command identifier of the button for which to retrieve information.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.