cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseContainer
------------------DfBaseDialog
---------------------DfBasePanel
------------------------DfBasetoolPanel
---------------------------CursorShape
---------------------------FloatingPanel
The DfBaseToolPanel class provides runtime support for handling toolpanels. ToolPanel container classes create panels that are not listed on the Windows task list. The can be modal (modal-panels) and non-modal (tool-panels). Its subclasses ToolPanel, ModalPanel, and dbModalPanel should be used for sub-classing and instantiation.
See Also