Class: DfBaselineControl [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that creates divider lines on a container most-often to create a 3D horizontal dividing line

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
------------------DfBaselineControl
---------------------LineControl

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

DfBaselineControl is used to create divider lines on a container most-often to create a 3D horizontal dividing line. Its subclass LineControl should be used for sub-classing and instantiation.