> 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/forms/ppj.runtime.windows.salformstatusbar.md).

# SalFormStatusBar

Namespace: **PPJ.Runtime.Windows**

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

* [Control](https://docs.wisej.com/api?q=wisej.web.control)
  * [StatusBar](https://docs.wisej.com/api?q=wisej.web.statusbar)
    * [SalFormStatusBar](https://docs.wisej.com/extensions/ppj.web.49/forms/ppj.runtime.windows.salformstatusbar.md)

Status bar for all top level forms.

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

```csharp
public class SalFormStatusBar : StatusBar, ISalAccessory
```

{% endtab %}

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

```visual-basic
Public Class SalFormStatusBar
    Inherits StatusBar
    Implements ISalAccessory
```

{% endtab %}
{% endtabs %}

## Constructors

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

## 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)Panels

[StatusBarPanelCollection](https://docs.wisej.com/api?q=wisej.web.statusbar+statusbarpanelcollection):

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

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Enables or disables the display of the default status text panel. (Default: `True`)

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

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): Status text. (Default: `""`)

## 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. |
