Class: DfBaseButton [Abstract]
Properties | Events | Methods | Index of Classes
An abstract class used for defining all button classes
Hierarchy
cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseButton
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Description
DFBaseButton is used for defining all button classes (Button, CheckBox and Radio).
Note
This class is based on DfBaseList and shares its interface but not its appearance. Subclasses of DfBaseButton are all single item classes - only one button is expected in each object. When item messages are required the item number should always be item 0. See the Button class for more usage information .
There are no new or changed properties for this class.
There are no new or changed procedures or functions for this class.