Contents Index Topic Contents | ||
Previous Topic: TB_ISBUTTONCHECKED Next Topic: TB_ISBUTTONHIDDEN |
TB_ISBUTTONENABLED
TB_ISBUTTONENABLED wParam = (WPARAM) idButton; lParam = 0;Determines whether the specified button in a toolbar is enabled.
- Returns nonzero if the button is enabled, or zero otherwise.
- idButton
- Command identifier of the button.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.