Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Tree-View Control Extended Styles