> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.49/forms/ppj.runtime.windows.salmdiwindow.md).

# SalMDIWindow

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Web.49** (4.9.0.0)

Top level MDI window implementation.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalMDIWindow : SalForm
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalMDIWindow
    Inherits SalForm
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/qoQXnPICsjBVNBSqpOj9)SalMDIWindow()

Constructs a SalMDIWindow object.

## Implements

| Name                                                                                                    | Description                                                                        |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ISalWindow](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalwindow.md) | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |
