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

Called by the framework to obtain the MDI child window information displayed in Windows Navigator (invoked by Ctrl+Tab).

Parameters
strNameMDI child window name (displayed in Windows Navigator "Active Files" column). By default, contains an MDI child window name.
strPathMDI child window path (displayed in the bottom of Windows Navigator when the window name is selected).
hIconMDI child window icon. By default, contains an icon returned by GetFrameIcon method).
bAutoDestroyIconSpecifies whether MDI child window icon should be automatically destroyed when Windows Navigator is closed.