# SalMDIWindow

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.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

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalMDIWindow()

Constructs a SalMDIWindow object.

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Icon

[Icon](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.icon): Overrides the default Image property.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)TabbedMdi

[TabbedMdiManager](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salmdiwindow): The tabbed Mdi manager component.

## Methods

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)MDIArrangeIcons()

Arranges minimized child window icons in an MDI window.

**Returns:** [SalBoolean](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salmdiwindow).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)MDICascade()

Cascades all non-iconized child windows of an MDI window.

**Returns:** [SalBoolean](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salmdiwindow).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)MDITile(bPosition)

Tiles all non-iconized child windows of an MDI window. Windows that are not sizable will not be tiled.

| Parameter     | Type                                                                                                    | Description |
| ------------- | ------------------------------------------------------------------------------------------------------- | ----------- |
| **bPosition** | [SalBoolean](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salmdiwindow) |             |

**Returns:** [SalBoolean](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salmdiwindow).

## Implements

| Name                                                                                                    | Description                                                                        |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salmdiwindow) | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |
