The TB_GETBUTTON message retrieves information about the specified button in a toolbar.
TB_GETBUTTON
wParam = (WPARAM) iButton;
lParam = (LPARAM) (LPTBBUTTON) lpButton;
Parameters
iButton
Zero-based index of the button for which to retrieve information.
lpButton
Pointer to the TBBUTTON structure that receives the button information.
Return Values
Returns TRUE if successful or FALSE otherwise.
See Also