Skip to main content
Version: 2025

SalRibbonBarMDI

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

A ribbon-enabled SAL multiple-document container.

public class SalRibbonBarMDI : SalRibbonBarBase

Example:

var window = new SalRibbonBarMDI();
window.Text = "Application";
window.Show();

Constructors

Instance member SalRibbonBarMDI()

Creates the ribbon form with IsMdiContainer enabled.

Methods

Protected member OnLoad(e)

Creates automatic MDI child forms before raising the inherited load event.

ParameterTypeDescription
eEventArgsThe load event data.

Protected member OnMdiCreateAutomaticForms()

Provides the hook for creating automatically opened MDI child forms.

The base implementation does nothing. Override in a generated or application container.

Implements

NameDescription
ISalWindowProvides SAL window actions, named properties, and access to a window's runtime implementation.