Class: DfBaseTextbox [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that enables placing static text strings on the display

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
------------------DfBaseTextbox
---------------------TextBox

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

DfBaseTextbox is used to enable placing static text strings on the display. Its subclasses Textbox and DfTimer should be used for sub-classing and instantiation.