CListCtrl::SetExtendedStyle
Visual Studio 2005
Sets the current extended styles of a list view control.
DWORD SetExtendedStyle( DWORD dwNewStyle );
Parameters
- dwNewStyle
-
A combination of extended styles to be used by the list view control. For a descriptive list of these styles, see the Extended List View Styles topic in the Platform SDK.
This member function implements the behavior of the Win32 macro, ListView_SetExtendedListViewStyle, as described in the Platform SDK.