# SalFormClientArea

Namespace: **PPJ.Runtime.Windows**

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

Replicates SAL form's client area when accessories are enabled.

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

```csharp
public class SalFormClientArea : Panel, ISalAccessory, ISalWindow
```

{% endtab %}

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

```visual-basic
Public Class SalFormClientArea
    Inherits Panel
    Implements ISalAccessory, 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)SalFormClientArea()

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)Create

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Determines whether the accessory control will be created at runtime. (Default: `True`)

## 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)PaintBackground

[PaintEventHandler](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.painteventhandler) fired when the form needs to paint the background, this event is missing from WinForms.

## Implements

| Name                                                                                                            | Description                                                                          |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [ISalAccessory](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformclientarea) | Accessories controls (toolbar, status bar and client area) implement this interface. |
| [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformclientarea)    | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.   |
