CBEM_SETEXTENDEDSTYLECBEM_SETEXTENDEDSTYLE*
*Contents  *Index  *Topic Contents
*Previous Topic: CBEM_INSERTITEM
*Next Topic: CBEM_SETIMAGELIST

CBEM_SETEXTENDEDSTYLE


CBEM_SETEXTENDEDSTYLE
    wParam = (WPARAM)(DWORD) dwExMask;
    lParam = (LPARAM)(DWORD) dwExStyle;

Sets extended styles within a ComboBoxEx control.

dwExMask
A DWORD value that indicates which styles in dwExStyle are to be affected. Only the extended styles in dwExMask will be changed. If this parameter is zero, then all of the styles in dwExStyle will be affected.
dwExStyle
A DWORD value that contains the ComboBoxEx control extended styles to set for the control.

dwExMask allows you to modify one or more extended styles without having to retrieve the existing styles first. For example, if you pass CBES_EX_NOEDITIMAGE for dwExMask and 0 for dwExStyle, the CBES_EX_NOEDITIMAGE style will be cleared, but all other styles will remain the same.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.