# ISalAccessory

Namespace: **PPJ.Runtime.Windows**

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

Accessories controls (toolbar, status bar 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

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

[AccessoryType](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory): Returns the type of accessory control.

### ![](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): Indicates if the accessory component should be created at runtime.

## Implemented By

| Name                                                                                                                  | Description                                                     |
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [SalRibbonStatusBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory) | Status bar for all top level forms with the ribbon.             |
| [SalFormClientArea](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory)  | Replicates SAL form's client area when accessories are enabled. |
| [SalFormStatusBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory)   | Status bar for all top level forms.                             |
| [SalFormToolBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory)     | Replicates Team Developer's fixed toolbar.                      |
| [SalFormMainMenu](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory)    | Same as MainMenu. It's declared simply for naming consistency.  |
| [XSalToolbar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalaccessory)        |                                                                 |
