Progress.Windows.MDIChildForm class

(Windows only; GUI for .NET only)

A .NET form designed for use as an MDI child form that allows you to embed the client area of an ABL window for display in the client area of the form. This allows the widgets in the ABL client area to be displayed in the .NET MDI child form, but also allows you to interact with these widgets much as if they were still displayed in the original ABL window.

Serializable:

No

Constructor

PUBLIC MDIChildForm ( INPUT mdi-parent AS System.Windows.Forms.Form, 
                      INPUT abl-window AS HANDLE                 )
mdi-parent
An object reference to a .NET form that you have initialized as an MDI parent form.
abl-window
A handle to an ABL window whose client area you want to embed in the MDI child form.

Super Class

Progress.Windows.Form class

Interfaces

This class does not implement interfaces (beyond those it inherits from its base class).

Public Properties

Public Methods

This class does not contain methods (beyond those it inherits from its base class).

Public Events

This class does not contain events (beyond those it inherits from its base class).

Notes

See also

Progress.Windows.WindowContainer class