Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This message deletes the specified button from the toolbar, or deletes the specified menu item from the central menu.
Syntax
TB_DELETEBUTTON
wParam = (WPARAM) iButton;
lParam = 0;
Parameters
- iButton
Zero-based index of the button or menu item to delete.
- lParam
Not used.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
commctrl.h |