SalRibbonStatusBar
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Status bar for all top level forms with the ribbon.
- C#
- VB.NET
public class SalRibbonStatusBar : C1StatusBar, ISalAccessory
Public Class SalRibbonStatusBar
Inherits C1StatusBar
Implements ISalAccessory
Constructors
SalRibbonStatusBar()
Constructor
Properties
Create
Boolean: Determines whether the accessory control will be created at runtime. (Default: True)
ShowKeyboardStatus
Boolean: Enables or disables the display of the default keyboard panels on the status bar (NUM|CAPS|SCRL). (Default: True)
ShowStatusText
Boolean: Enables or disables the display of the default status text panel. (Default: True)
Text
String: Status text. (Default: "")
Implements
| Name | Description |
|---|---|
| ISalAccessory | Accessories controls (toolbar, status bar and client area) implement this interface. |