Contents Index Topic Contents | ||
Previous Topic: TB_SETBUTTONWIDTH Next Topic: TB_SETCOLORSCHEME |
TB_SETCMDID
TB_SETCMDID wParam = (WPARAM) (UINT) index; lParam = (WPARAM) (UINT) cmdId;Sets the command identifier of a toolbar button.
- Returns TRUE if successful, or FALSE otherwise.
- index
- Zero-based index of the button whose command identifier is to be set.
- cmdId
- Command identifier.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.