CTreeCtrl::GetExtendedStyle

Retrieves the extended styles that the current tree-view control is using.

DWORD GetExtendedStyle() const;

Return Value

A value that contains a bitwise combination (OR) of the current tree-view control's extended styles. For more information, see Tree-View Control Extended Styles.

Remarks

This method sends the TVM_GETEXTENDEDSTYLE message, which is described in the Windows SDK.

Requirements

Header: afxcmn.h

This method is supported in Windows XP and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

See Also

Reference

CTreeCtrl Class

Hierarchy Chart

TVM_GETEXTENDEDSTYLE

CTreeCtrl::SetExtendedStyle

Tree-View Control Extended Styles

Other Resources

CTreeCtrl Members