Class: DfBaseControl [Abstract]

Properties  Events  Methods    Index of Classes

An abstract class for defining GUI controls

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
---------------DfBaseControl
------------------AbstractProgressBar
------------------AbstractShapeControl
------------------cTagsForm
------------------cWinControl
------------------DfBaseEdit
------------------DfBaselineControl
------------------DfBaseList
------------------DfBaseRichEdit
------------------DfBaseScrollBar
------------------DfBaseTextbox
------------------DfBaseTextEdit

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

DfBaseControl is an abstract class used for defining GUI controls. A control is a window that is designed for guiding and obtaining user input. Examples of controls are menus, buttons, edits, and lists. Subclasses of DfBaseControl are always contained by objects of the container classes (DfBaseDialog, BasicPanel, and DFDesktop).