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

Progress.Windows.MDIChildShapedForm class

(Windows only; GUI for .NET only)
Progress.Windows.MDIChildShapedForm is a .NET form based on the ShapedForm 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 MDIChildShapedForm ( 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.ShapedForm class

Interfaces

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

See also

Progress.Windows.MDIChildForm class