TelerikRadTextBox¶
Telerik RadTextBox.
UI element class: Telerik.WinControls.UI.RadTextBox
Extends ManagedTextBox
Extends SeSSimulatedObject
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('SomeTelerikRadTextBox').GetText()
SeS('SomeTelerikRadTextBox').SetText(value)
Action Detail¶
DoSetText¶
Sets text value of this object.
SeS('SomeTelerikRadTextBox').DoSetText(val)
Parameters:
Name | Type | Description |
---|---|---|
val | string | Text value. |
Returns:
boolean: 'true' if success, 'false' otherwise.