# 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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalFormStatusBar()

## Properties

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Panels

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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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`)

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)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. |
