TB_GETBUTTON (Windows CE 5.0)
This message retrieves information about the specified button in a toolbar.
TB_GETBUTTONwParam=(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 Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
TBBUTTON | Toolbar Controls Messages
Send Feedback on this topic to the authors