BCGSuite for MFC
CBCGPTreeView

Detailed Description

The CBCGPTreeView class simplifies use of the list control CBCGPTreeCtrl with MFC's document-view architecture.

This class is similar to MFC's CTreeView class, but please note, that GetTreeCtrl in our class returns a pointer to outlined CBCGPTreeCtrl object, not a reference to CTreeCtrl.

See also
CBCGPTreeCtrl

.

Inherits CBCGPControlView.

Public Member Functions

 GetTreeCtrlReturns a pointer to the outlined tree control. If the view has not yet been created, it will return NULL.
 

Protected Member Functions

 CBCGPTreeViewDefault constructor.
 

Protected Attributes

 m_bExplorerStyleButtonsIt indicates whether the tree control has Explorer-style expand buttons (Windows 10 or later).