|
virtual |
Determines whether another control bar can be docked to this control bar.
This function is usually called by the framework before a control bar specified by pBar is docked to this control bar.
Override this function in a derived class to enable/disable docking to a specific control bar according to custom conditions/requirements.
The default implementation returns FALSE.
pBar | A pointer to another control bar that is being docked to this control bar. |
Reimplemented in CBCGPDockingControlBar.