CListCtrl::GetExtendedStyle

Retrieves the current extended styles of a list view control.

DWORD GetExtendedStyle( );

Return Value

A combination of the extended styles currently in use by the list view control. For a descriptive list of these extended styles, see the Extended List View Styles topic in the Windows SDK.

Remarks

This member function implements the behavior of the Win32 macro, ListView_GetExtendedListViewStyle, as described in the Windows SDK.

Example

See the example for CListCtrl::SetExtendedStyle.

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

CListCtrl::SetExtendedStyle