![]()  | ||
  | ||
  | ||
TB_HIDEBUTTON
TB_HIDEBUTTON wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fShow, 0);Hides or shows the specified button in a toolbar.
- Returns TRUE if successful, or FALSE otherwise.
 
- idButton
 - Command identifier of the button to hide or show.
 - fShow
 - Show flag. If this parameter is TRUE, the button is hidden. If it is FALSE, the button is shown.
 
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.