Class Hierarchy
CAdUiDockControlBar CAcUiDockControlBar
C++
class CAcUiDockControlBar : public CAdUiDockControlBar;
File
acuidock.h
Description
The CAdUiDockControlBar class inherits almost all the standard behavior of the CAdUiDockControlbar class. It implements the overridable CanFrameworkTakeFocus(). This overridable is called by the docking system when AutoCAD requests the focus. The CAdUiDockControlBar implementation allows AutoCAD to get the focus only if the mouse pointer is outside the control bar area. Otherwise, the control bar keeps the focus. This is the way the AutoCAD docking tools usually behave, so derive from CAcUiDockControlBar instead of CAdUiDockControlBar to get the same behavior.