CListCtrl::SetExtendedStyle

DWORD SetExtendedStyle( DWORD dwNewStyle );

Return Value

A combination of the previous extended styles used by the list view control.

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.

Remarks

This member function implements the behavior of the Win32 macro, ListView_SetExtendedListViewStyle, as described in the Platform SDK.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::GetExtendedStyle