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

Progress.Windows.MDIChildRadRibbonForm class

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

Interfaces

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

See also

Progress.Windows.MDIChildForm class