UltraStatusBar¶
Infragistics UltraStatusBar. UltraStatusBar UI element class: Infragistics.Win.UltraWinStatusBar.UltraStatusBar
Extends ManagedObject
Behavior Pattern: InfragisticsStatusBarBehavior
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('SomeUltraStatusBar').GetText(/**number*/ind)