This topic has not yet been rated - Rate this topic

CComboBoxEx::SetExtendedStyle

Call this member function to set the extended styles used for a combo box extended control.

DWORD SetExtendedStyle(
   DWORD dwExMask,
   DWORD dwExStyles 
);

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.

Return Value

A DWORD value that contains the extended styles previously used for the control.

Remarks

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

To create a combo box extended control with extended windows styles, use CreateEx.

See Also

CComboBoxEx Overview | Class Members | Hierarchy Chart | CComboBoxEx::GetExtendedStyle

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.