SalRibbonBarMDI
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
A ribbon-enabled SAL multiple-document container.
- C#
- VB.NET
public class SalRibbonBarMDI : SalRibbonBarBase
Public Class SalRibbonBarMDI
Inherits SalRibbonBarBase
Example:
var window = new SalRibbonBarMDI();
window.Text = "Application";
window.Show();
Constructors
SalRibbonBarMDI()
Creates the ribbon form with IsMdiContainer enabled.
Methods
OnLoad(e)
Creates automatic MDI child forms before raising the inherited load event.
| Parameter | Type | Description |
|---|---|---|
| e | EventArgs | The load event data. |
OnMdiCreateAutomaticForms()
Provides the hook for creating automatically opened MDI child forms.
The base implementation does nothing. Override in a generated or application container.
Implements
| Name | Description |
|---|---|
| ISalWindow | Provides SAL window actions, named properties, and access to a window's runtime implementation. |