> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.49/interfaces/ppj.runtime.windows.isalaccessory.md).

# ISalAccessory

Namespace: **PPJ.Runtime.Windows**

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

Accessories controls (toolbar, statusbar and client area) implement this interface.

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

```csharp
public interface ISalAccessory
```

{% endtab %}

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

```visual-basic
Public Interface ISalAccessory
```

{% endtab %}
{% endtabs %}

## Properties

### ![](/files/qoQXnPICsjBVNBSqpOj9)AccessoryType

[AccessoryType](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.accessorytype.md): Returns the type of accessory control.

### ![](/files/qoQXnPICsjBVNBSqpOj9)Create

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Indicates if the accessory component should be created at runtime.

## Implemented By

| Name                                                                                                             | Description                                                     |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [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. |
| [SalFormStatusBar](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformstatusbar.md)   | Status bar for all top level forms.                             |
| [SalFormToolBar](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformtoolbar.md)       | Replicates Team Developer's fixed toolbar.                      |
| [SalFormMainMenu](https://docs.wisej.com/extensions/ppj.web.49/menus/ppj.runtime.windows.salformmainmenu.md)     | Same as MainMenu. It's declared simply for naming consistency.  |
| [VisSplitter](https://docs.wisej.com/extensions/ppj.web.vis.49/controls/ppj.runtime.vis.vissplitter.md)          |                                                                 |
| [XSalHSplitter](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalhsplitter.md)    |                                                                 |
| [XSalSplitter](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalsplitter.md)      |                                                                 |
| [XSalVSplitter](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalvsplitter.md)    |                                                                 |
