(Formerly known as SetButtonText, which is now obsolete)
(Formerly known as Button.GetText, which is now obsolete)
(Formerly known as Button.SetText, which is now obsolete)
String Button.Text;
Gets/sets the text displayed on the button.
Example:
Display("Button displayed: %s", btnController.Text);
btnController.Text = "Enable jibble";
will display the old text, then change button btnController to read 'Enable jibble'.
See Also: Button.NormalGraphic, Label.Text
|