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¶
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetValue, SetValue
Action Detail¶
DoSetText¶
Sets text value of this object.
DoSetText(val)
Parameters:
Name | Type | Description |
---|---|---|
val | string | Text value. |
Returns:
boolean: 'true' if success, 'false' otherwise.
DoSetValue¶
Sets text value of this object.
DoSetValue(val)
Parameters:
Name | Type | Description |
---|---|---|
val | string | Text value to set |
Returns:
boolean: 'true' if success, 'false' otherwise.