# SalGeneralWindow

Namespace: **PPJ.Runtime.Windows**

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

General Window class. This class simply holds a list of MessageActions handlers.

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

```csharp
public class SalGeneralWindow : ISalWindow
```

{% endtab %}

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

```visual-basic
Public Class SalGeneralWindow
    Inherits ISalWindow
```

{% 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)SalGeneralWindow()

Default constructor.

## Fields

| Name          | Type                                                                                                           | Description                                                                                              |
| ------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| **\_derived** | [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/ppj.runtime.windows.salgeneralwindow) | Instance of the derived object that inherits this class as a second base in a multiple inheritance tree. |

## Events

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

[SalMessageHandler](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/ppj.runtime.windows.salgeneralwindow) Message Actions

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

[WindowActionsEventHandler](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/ppj.runtime.windows.salgeneralwindow) Window Actions

## Inherited By

| Name                                                                                                                    | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------- |
| [VisListBoxExtension](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/ppj.runtime.windows.salgeneralwindow) |             |

## Implements

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