CComboBoxEx::GetExtendedStyle

Call this member function to get the extended styles used for a CComboBoxEx control.

DWORD GetExtendedStyle( ) const;

Return Value

The DWORD value that contains the extended styles that are used for the combo box control.

Remarks

See ComboBoxEx Control Extended Styles in the Windows SDK for more information about these styles.

Requirements

Header: afxcmn.h

See Also

Reference

CComboBoxEx Class

Hierarchy Chart

CComboBoxEx::SetExtendedStyle

Other Resources

CComboBoxEx Members