Поделиться через


CTreeCtrl::GetExtendedStyle

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

DWORD GetExtendedStyle() const;

Возвращаемое значение

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.

Заметки

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

Требования

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.

См. также

Основные понятия

CTreeCtrl Class

CTreeCtrl Members

Hierarchy Chart

TVM_GETEXTENDEDSTYLE

CTreeCtrl::SetExtendedStyle

Tree-View Control Extended Styles