Class: DfBaseGroup [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class creating visual group container objects with a gray background with a rectangular 3D line border with a text label embedded in the top left edge

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
------------------DfBaseGroup
---------------------Group

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

DfBaseGroup is used to create visual group container objects with (by default) a gray background with a rectangular 3D line border with a text label embedded in the top left edge. Its subclasses Group, dbGroup, RadioGroup, RadioContainer, dbRadioGroup, and dbRadioContainer should be used for sub-classing and instantiation.