# SalFormWindow

Namespace: **PPJ.Runtime.Windows**

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

Top level form window implementation.

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

```csharp
public class SalFormWindow : SalForm
```

{% endtab %}

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

```visual-basic
Public Class SalFormWindow
    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)SalFormWindow()

Constructor

## 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.

## Inherited By

| Name                                                                                                                   | Description                                                                                                                                                                                                                                   |
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SalQuickTabsDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformwindow)       | Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.                                                                                                       |
| [SalQuickTabsForm](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformwindow)         | Form window with a tab frame. In addition to containing a built in tab frame. This class also has the smarts to manage other child windows on the form so that they can be associated with specific tabs.                                     |
| [SalQuickTabsParent](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformwindow)       | Defines late bound functions in QuickTabs parent Form or Dialog Box that will be called when an event occurs in the tab control.                                                                                                              |
| [SalQuickTabsParentDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformwindow) | Specializes the generic SalQuickTabsParent class into a dialog box implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs. |
| [SalQuickTabsParentForm](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformwindow)   | Specializes the generic SalQuickTabsParent class into a form implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.       |
| [VisSplitterWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformwindow)        |                                                                                                                                                                                                                                               |

## Implements

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