Dear Experts,
How do I set the default text of a textbox? Sure, I can have text display when I start a program using TextBox.Text, but I wish to invoke Control.ResetText() such that the TextBox resets to the original text, instead of a blank string.
Thanks!