CMFCToolBarComboBoxButton::SetStyle

Sets the specified style for the combo box button and redraws the control if it is not disabled.

virtual void SetStyle(
   UINT nStyle
);

Parameters

  • [in] nStyle
    A bitwise combination (OR) of toolbar styles.

Remarks

For a list of toolbar button styles see ToolBar Control Styles

Requirements

Header: afxtoolbarcomboboxbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolBarComboBoxButton Class