SalRibbonStatusBar
PPJ.Runtime.Windows.SalRibbonStatusBar
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Status bar for all top level forms with the ribbon.
public class SalRibbonStatusBar : C1StatusBar, 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
Accessories controls (toolbar, status bar and client area) implement this interface.
Last updated