ListView_SetExtendedListViewStyleExListView_SetExtendedListViewStyleEx*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_SetExtendedListViewStyle
*Next Topic: ListView_SetHotCursor

ListView_SetExtendedListViewStyleEx


void ListView_SetExtendedListViewStyleEx(
    HWND hwndLV,
    DWORD dwExMask,
    DWORD dwExStyle
);

Sets extended styles for list view controls using the style mask. You can use this macro or send the LVM_SETEXTENDEDLISTVIEWSTYLE message explicitly.

hwndLV
Handle to the list view control that will receive the style change.
dwExMask
DWORD value that indicates which styles in dwExStyle are to be affected. This parameter can be a combination of extended styles. Only the extended styles in dwExMask will be changed. All other styles will be maintained as they are. If this parameter is zero, then all of the styles in dwExStyle will be affected.
dwExStyle
Value specifying the extended list view control style. This parameter can be a combination of extended styles.

Version 4.71


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