Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a base pane is a CMFCAutoHideBar object or derived from CMFCAutoHideBar.
virtual BOOL CanAcceptPane(
   const CBasePane* pBar
) const;
Parameters
| Parameter | Description | 
| [in] pBar | The base pane that the framework tests. | 
Return Value
TRUE if pBar is derived from CMFCAutoHideBar; FALSE otherwise.
Remarks
If a base pane object is derived from CMFCAutoHideBar, it can contain a CAutoHideDockSite.
Requirements
Header: afxautohidedocksite.h