# 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

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SalFormClientArea()

Constructor

## Properties

### ![](/files/dBIrS7XBDGmrzmTRbSI6)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

### ![](/files/dBIrS7XBDGmrzmTRbSI6)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](/ppj.runtime.49/forms/ppj.runtime.windows.salformclientarea.md) | Accessories controls (toolbar, status bar and client area) implement this interface. |
| [ISalWindow](/ppj.runtime.49/forms/ppj.runtime.windows.salformclientarea.md)    | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformclientarea.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
