# SalFormToolBar

Namespace: **PPJ.Runtime.Windows**

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

* [Control](https://docs.wisej.com/api?q=wisej.web.control)
  * [ScrollableControl](https://docs.wisej.com/api?q=wisej.web.scrollablecontrol)
    * [Panel](https://docs.wisej.com/api?q=wisej.web.panel)
      * [SalFormToolBar](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformtoolbar.md)

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/qoQXnPICsjBVNBSqpOj9)SalFormToolBar()

Initializes a new instance of [SalFormToolBar](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformtoolbar.md).

## Properties

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

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns or sets whether the user can give the focus to the controls in the toolbar. (Default: `False`)

## Implements

| Name                                                                                                          | Description                                                                         |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [ISalAccessory](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalaccessory.md) | Accessories controls (toolbar, statusbar and client area) implement this interface. |
| [ISalWindow](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalwindow.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://web-api.iceteagroup.com/ppj.web.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.
