BCGControlBar Pro for MFC
virtual void CBCGPDockingControlBar::GetPaneInfo ( CString &  strName,
CString &  strInfo,
HICON &  hIcon,
BOOL &  bAutoDestroyIcon 
)
virtual

Called by the framework to obtain the docking pane information displayed in Windows Navigator (invoked by Ctrl+Tab).

Parameters
strNameDocking pane name (displayed in Windows Navigator "Active Tool Windows" column). By default, this name is a pane caption
strInfoInformation about docking pane (displayed in the bottom of Windows Navigator when the pane is selected). Empty by default.
hIconDocking pane icon. By default, this is an icon returned by GetBarIcon method.
bAutoDestroyIconSpecifies whether docking pane icon should be automatically destroyed when Windows Navigator is closed.