# SalRibbonStatusBar

Namespace: **PPJ.Runtime.Windows**

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

Status bar for all top level forms with the ribbon.

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

```csharp
public class SalRibbonStatusBar : C1StatusBar, ISalAccessory
```

{% endtab %}

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

```visual-basic
Public Class SalRibbonStatusBar
    Inherits C1StatusBar
    Implements ISalAccessory
```

{% endtab %}
{% endtabs %}

## Constructors

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

Constructor

## Properties

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

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

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

## Implements

| Name                                                                             | Description                                                                          |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [ISalAccessory](/ppj.runtime.49/forms/ppj.runtime.windows.salribbonstatusbar.md) | Accessories controls (toolbar, status bar and client area) 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.salribbonstatusbar.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.
