BCGControlBar Pro for MFC
CBCGPShellView

Detailed Description

The CBCGPShellView class streamlines the use of the list control, CBCGPShellList, within MFC's document-view architecture.

See also
CBCGPShellList

.

+ Inheritance diagram for CBCGPShellView:

Public Member Functions

 GetShellBreadcrumbReturns a pointer to the outlined shell breadcrumb control. If the view has not yet been created, it will return NULL.
 
 GetShellListReturns a pointer to the outlined shell list control. If the view has not yet been created, it will return NULL.
 
- Public Member Functions inherited from CBCGPListView
 GetListCtrlReturns a pointer to the outlined list control. If the view has not yet been created, it will return NULL.
 

Protected Member Functions

 OnFolderChangedThe framework calls this function when the current folder changes.
 
- Protected Member Functions inherited from CBCGPListView
 CBCGPListViewDefault constructor.
 

Protected Attributes

 m_bAutoCreateShellBreadcrumbIt specifies whether the shell breadcrumb control should be automatically created on top.
 
 m_bDisplayThumbnailsThis setting specifies whether thumbnails should be displayed instead of icons when the shell list mode is set to "Large Icons".
 
 m_bMultipleSelectionIt indicates whether a shell list permits multiple item selections.
 
 m_bShellNotificationSpecifies whether this controls should receive Windows shell notification and update the content.
 
 m_bShowHiddenListItemsSpecifies whether a shell list should display the hidden files and folders.
 
 m_bSystemUserInputEnables the system user input.