Skip to content

Class: DfBasePushButton [Abstract]

Properties | Events | Methods | Index of Classes

Abstract class creating visual representations of keys or buttons that, when pressed by users, produce a specific action with an immediate response

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseButton > DfBasePushButton

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Description

DfBasePushButton class is used to create visual representations of keys or buttons that, when pressed by users, produce a specific action with an immediate response. Its subclass Button should be used for sub-classing and instantiation.