# SalFormClientArea

Namespace: **PPJ.Runtime.Windows**

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

* [Control](https://docs.wisej.com/api?q=wisej.web.control)
  * [ScrollableControl](https://docs.wisej.com/api?q=wisej.web.scrollablecontrol)
    * [Panel](https://docs.wisej.com/api?q=wisej.web.panel)
      * [SalFormClientArea](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformclientarea.md)

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://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalFormClientArea()

Initializes a new instance of [SalFormClientArea](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformclientarea.md).

## Properties

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Create

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

## Implements

| Name                                                                                                          | Description                                                                         |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [ISalAccessory](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalaccessory.md) | Accessories controls (toolbar, statusbar and client area) implement this interface. |
| [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.  |
