Skip to content

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

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseContainer > DfBaseDialog > DfBasePanel > DfBaseToolPanel

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

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.