다음을 통해 공유


TB_GETBUTTON

This 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
    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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.