# SalFormToolBar

Namespace: **PPJ.Runtime.Windows**

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

Replicates Team Developer's fixed toolbar.

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

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

{% endtab %}

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

```visual-basic
Public Class SalFormToolBar
    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)SalFormToolBar()

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

[ToolBarAppearance](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolbarappearance): Returns/Sets a value that determines the appearance of the toolbar. (Default: `Normal`)

### ![](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`)

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

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets a value that determines if the toolbar paints the background using visual styles, if supported. (Default: `False`)

## Implements

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