Class: DfBasetoolPanel [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that creates tool panels - panels that are not listed on the Windows task list

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseContainer
------------------DfBaseDialog
---------------------DfBasePanel
------------------------DfBasetoolPanel
---------------------------CursorShape
---------------------------FloatingPanel

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

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

ToolPanel | ModalPanel | dbModalPanel