Contents Index Topic Contents | ||
Previous Topic: TB_SETBITMAPSIZE Next Topic: TB_SETBUTTONSIZE |
TB_SETBUTTONINFO
TB_SETBUTTONINFO wParam = (WPARAM)(INT) iID; lParam = (LPARAM)(LPTBBUTTONINFO) lptbbi;Sets the information for an existing button in a toolbar.
- Returns nonzero if successful, or zero otherwise.
- iID
- Button identifier.
- lptbbi
- Address of a TBBUTTONINFO structure that contains the new button information. The cbSize and dwMask members of this structure must be filled in prior to sending this message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.