Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.Windows.MDIChildRadForm class
 

Progress.Windows.MDIChildRadForm class

(Windows only; GUI for .NET only)
Progress.Windows.MDIChildRadForm is a .NET form based on the RadForm class available in Telerik UI for WinForms. It has the same functionality as described in the entry for the Progress.Windows.MDIChildForm class.

Serializable:

No

Constructor

PUBLIC MDIChildRadForm ( 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

Telerik.WinControls.UI.RadForm class

Interfaces

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

See also

Progress.Windows.MDIChildForm class