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