Skip to main content
Version: 2025

SalMDIWindow

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

A SAL multiple-document container with an automatic-child initialization hook.

public class SalMDIWindow : SalForm

Example:

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

Constructors

Instance member SalMDIWindow()

Creates the 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.