thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
400 stars 225 forks source link

PromptText on MetroTextBox #95

Closed roelpaulo closed 4 years ago

roelpaulo commented 7 years ago

It doesn't show the Prompt Text when the form loads. You have to type something then clear it before it shows.

Delrhani commented 4 years ago

You can edit the textbox in the constructor of your form : textBox1.Text = "Something";

Then clear the textbox form textBox1.Text = "";

roelpaulo commented 4 years ago

Clearly this project is dead, thanks anyway.

jitendra977 commented 3 years ago

thanks for solve