DWORD SetExtendedStyle( DWORD dwExMask, DWORD dwExStyles );
Return Value
A DWORD value that contains the extended styles previously used for the control.
Parameters
dwExMask
A DWORD value that indicates which styles in dwExStyles are to be affected. Only the extended styles in dwExMask will be changed. All other styles will be maintained as is. If this parameter is zero, then all of the styles in dwExStyles will be affected.
dwExStyles
A DWORD value that contains the combo box control extended styles to set for the control.
Remarks
Call this member function to set the extended styles used for a combo box extended control. See ComboBoxEx Control Extended Styles in the Platform SDK for more information about these styles.
CComboBoxEx Overview | Class Members | Hierarchy Chart
See Also CComboBoxEx::GetExtendedStyle