# 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

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

Constructor

## Properties

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

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

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