Class: DfBaseUIWindow [Abstract]
Properties Events Methods
Index of Classes
Adds a layer of support for user interaction to DfBaseWindow
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
---------------DfBaseContainer
---------------DfBaseControl
Library: Windows Application Class Library
Package: none (class defined in runtime)
Description
The DfBaseUIWindow class adds a layer of support for user interaction (such as mouse and keyboard input) to DfBaseWindow.