PreviousNextIndex

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.

Constructor

PUBLIC MDIChildForm( INPUT mdi-parent AS Progress.Windows.Form,  
                     INPUT abl-window AS HANDLE                 ) 

mdi-parent
abl-window
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


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex