TB_GETBUTTON (Compact 2013)
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 |