# SalFormStatusBar

Namespace: **PPJ.Runtime.Windows**

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

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://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalFormStatusBar()

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

[StatusBarPanelCollection](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.statusbar+statusbarpanelcollection): Panels

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

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Enables or disables the display of the default keyboard panels on the status bar (NUM|CAPS|SCRL). (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)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://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Text

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

## Implements

| Name                                                                                                           | Description                                                                          |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [ISalAccessory](https://desktop-api.iceteagroup.com/ppj.runtime.49/forms/ppj.runtime.windows.salformstatusbar) | Accessories controls (toolbar, status bar and client area) implement this interface. |
