TB_SETSTATETB_SETSTATE*
*Contents  *Index  *Topic Contents
*Previous Topic: TB_SETROWS
*Next Topic: TB_SETSTYLE

TB_SETSTATE


TB_SETSTATE 
    wParam = (WPARAM) idButton; 
    lParam = (LPARAM) MAKELONG(fState, 0); 

Sets the state for the specified button in a toolbar.

idButton
Command identifier of the button.
fState
State flags. This parameter can be a combination of the values listed in Toolbar Button States.

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