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 retrieves information about the specified button in a toolbar.
Syntax
TB_GETBUTTON wParam = (WPARAM) iButton;
lParam = (LPARAM)(LPTBBUTTON) lpButton;
Parameters
- iButton
Zero-based index of the button for which to retrieve information.
- lpButton
Long pointer to the TBBUTTON structure that receives the button information.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
commctrl.h |