Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
 
 
                                     -♦-