Class: DfBasemdiclient [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class providing low-level support for an MDI-style client area

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
------------------DfBaseDialog
---------------------DfBasemdiclient
------------------------MdiClientArea

Library: Windows Application Class Library

Package: none (class defined in runtime)

Description

DfBaseMDIClient is used to provide low-level support for an Multiple Document Interface (MDI)-style client area. Its subclasses MdiClientArea, AppClientArea, and ClientArea should be used for sub-classing and instantiation.