Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CButton::SetButtonStyle
CButton                                     Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void SetButtonStyle( UINT nStyle, BOOL bRedraw = TRUE );
 
  Parameter   Description
 
  <nStyle>    Specifies the button style.
 
  <bRedraw>   Specifies whether the button is to be redrawn. A value of
              TRUE redraws the button. A value of FALSE does not redraw
              the button. The button is redrawn by default.
 
  Remarks
 
  Changes the style of a button.
 
  See Also
 
  CButton::GetButtonStyle, BM_SETSTYLE
 
 
                                     -♦-