Contents Index Topic Contents | ||
Previous Topic: TB_GETBITMAPFLAGS Next Topic: TB_GETBUTTONINFO |
TB_GETBUTTON
TB_GETBUTTON wParam = (WPARAM) iButton; lParam = (LPARAM) (LPTBBUTTON) lpButton;Retrieves information about the specified button in a toolbar.
- Returns TRUE if successful, or FALSE otherwise.
- iButton
- Zero-based index of the button for which to retrieve information.
- lpButton
- Address of the TBBUTTON structure that receives the button information.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.