|
Text (Get method)
Gets text of the label associated with the control.
string Text() |
Return Value
Text of the label.
Text (Set method)
Sets text of the label.
bool Text(
|
Parameters
value
[in] New text of the label.
Return Value
true - successful, otherwise - false.