TB_HIDEBUTTONTB_HIDEBUTTON*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TB_GETUNICODEFORMAT
*Next Topic: TB_HITTEST

TB_HIDEBUTTON


TB_HIDEBUTTON 
    wParam = (WPARAM) idButton; 
    lParam = (LPARAM) MAKELONG(fShow, 0); 

Hides or shows the specified button in a toolbar.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.