CListView.SetExtendedListViewStyleExmethod
Sets extended styles for list-view controls using the style mask.
Syntax
SUB SetExtendedListViewStyleEx (BYVAL hListView AS HWND, BYVAL dwExMask AS DWORD, BYVAL dwExStyle AS DWORD)
Parameters
| Name | Description | |
|---|---|---|
hListView | Handle to the ListView control. | |
dwExMask | A 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. | |
dwExStyle | A 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