UltraTimeZoneEditor¶
Infragistics UltraTimeZoneEditor.
UI element class: Infragistics.Win.UltraWinEditors.UltraTimeZoneEditor
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: UltraComboBoxBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
SelectedIndex | Index of the selected element of the object. | GetSelectedIndex | SetSelectedIndex |
SelectedItem | Selected item of the object. | GetSelectedItem | SetSelectedItem |
Text | Text of the object, 'false' if text can not be read. | GetText | SetText |
Action Summary¶
Action | Description |
---|---|
DoSelectItem | Selects an item of this object. |
Property Detail¶
SelectedIndex¶
Index of the selected element of the object.
Type: number
Accessors: GetSelectedIndex, SetSelectedIndex
value = SeS('SomeUltraTimeZoneEditor').GetSelectedIndex()
SeS('SomeUltraTimeZoneEditor').SetSelectedIndex()
SelectedItem¶
Selected item of the object.
Type: string
Accessors: GetSelectedItem, SetSelectedItem
value = SeS('SomeUltraTimeZoneEditor').GetSelectedItem()
SeS('SomeUltraTimeZoneEditor').SetSelectedItem()
Text¶
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
value = SeS('SomeUltraTimeZoneEditor').GetText()
SeS('SomeUltraTimeZoneEditor').SetText()
Action Detail¶
DoSelectItem¶
Selects an item of this object.
SeS('SomeUltraTimeZoneEditor').DoSelectItem(item)
Parameters:
Name | Type | Description |
---|---|---|
item | string | number | Item index or text value to select. |
Returns:
boolean: 'true' if success, 'false' otherwise.
Behavior Pattern: ManagedObjectTextBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Text | Text of the object, 'false' if text can not be read. | GetText | SetText |
Action Summary¶
Action | Description |
---|---|
DoSetText | Sets text value of this object. |
Property Detail¶
Text¶
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
value = SeS('SomeUltraTimeZoneEditor').GetText()
SeS('SomeUltraTimeZoneEditor').SetText(value)
Action Detail¶
DoSetText¶
Sets text value of this object.
SeS('SomeUltraTimeZoneEditor').DoSetText(val)
Parameters:
Name | Type | Description |
---|---|---|
val | string | Text value. |
Returns:
boolean: 'true' if success, 'false' otherwise.