Help Center

CListView.SetExtendedListViewStyleExmethod

Sets extended styles for list-view controls using the style mask.

WindowsmethodCListView.incdocumented

Syntax

SUB SetExtendedListViewStyleEx (BYVAL hListView AS HWND, BYVAL dwExMask AS DWORD, BYVAL dwExStyle AS DWORD)

Parameters

NameDescription
hListViewHandle to the ListView control.
dwExMaskA DWORD value that specifies which styles in dw are to be affected. This parameter can be a combination of Extended List-View Styles. Only the extended styles in dwMask will be changed. All other styles will be maintained as they are. If this parameter is zero, all of the styles in dw will be affected.
dwExStyleA DWORD value that specifies the extended list-view control styles to set. This parameter can be a combination of Extended List-View Styles. Styles that are not set, but that are specified in dwMask, are removed.

Description

Sets extended styles for list-view controls using the style mask.

Reference

  • Include file CListView.inc
  • Defined in AfxNova/CListView.inc:1509
  • Documented in Windows/WIndows Controls/CListView Class.md
  • Topic: CListView Class