ManagedStatusBar¶
Managed Status Bar.
UI element class: System.Windows.Forms.StatusStrip
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: ManagedStatusBarBehavior
Property Summary¶
| Property | Description | Getter | Setter |
|---|---|---|---|
| Text | Status Bar Text. | GetText |
Property Detail¶
Text¶
Status Bar Text.
Getter Parameters:
| Name | Type | Description |
|---|---|---|
| ind | number | Status bar section index. If not specified, the text of all sections is combined with ';' as a separator. Optional. |
Type: string
Accessors: GetText
value = SeS('SomeManagedStatusBar').GetText(/**number*/ind)