|
inlinevirtual |
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 checks the runtime class information of pBar or its parent and returns TRUE if it's of type CBCGPDockingControlBar.
pBar | A pointer to another control bar that is being docked to this control bar. |
Reimplemented from CBCGPBaseControlBar.