UltraFormattedLinkLabel¶
Infragistics UltraTextEditor.
UI element class: Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: UltraLinkLabelBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Text | Text of the object, 'false' if text can not be read. | GetText | SetText |
Value | Text of the object, 'false' if text can not be read. | GetValue | SetValue |
Action Summary¶
Action | Description |
---|---|
DoSetText | Sets text value of this object. |
DoSetValue | 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('SomeUltraFormattedLinkLabel').GetText()
SeS('SomeUltraFormattedLinkLabel').SetText(value)
Value¶
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetValue, SetValue
value = SeS('SomeUltraFormattedLinkLabel').GetValue()
SeS('SomeUltraFormattedLinkLabel').SetValue(value)
Action Detail¶
DoSetText¶
Sets text value of this object.
SeS('SomeUltraFormattedLinkLabel').DoSetText(val)
Parameters:
Name | Type | Description |
---|---|---|
val | string | Text value. |
Returns:
boolean: 'true' if success, 'false' otherwise.
DoSetValue¶
Sets text value of this object.
SeS('SomeUltraFormattedLinkLabel').DoSetValue(val)
Parameters:
Name | Type | Description |
---|---|---|
val | string | Text value to set |
Returns:
boolean: 'true' if success, 'false' otherwise.