BCGControlBar Pro for MFC
CBCGPListView

Detailed Description

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

This class is similar to MFC's CListView class, but please note, that GetListCtrl in our class returns a pointer to outlined CBCGPListCtrl object, not a reference to CListCtrl.

This view automatically handles the standard MFC list-style commands, such as ID_VIEW_SMALLICON, ID_VIEW_LARGEICON, ID_VIEW_LIST, and ID_VIEW_DETAILS.

See also
CBCGPListCtrl

.

+ Inheritance diagram for CBCGPListView:

Public Member Functions

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

Protected Member Functions

 CBCGPListViewDefault constructor.