Class: DfBaseCheckbox [Abstract]
Properties | Events | Methods | Index of Classes
Abstract class that enables users to select items (or options) in applications
Hierarchy
cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseButton > DfBaseCheckbox
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Description
DfBaseCheckbox is used to enable users to select items (or options) in applications. This is an abstract class. Its subclasses Checkbox, RadioButton, and Radio should be used for sub-classing and instantiation.