They will change the text is the taskbar, but not on the form itself. This is not a bug with C# I do not think this is properly linked
Changing it on form load works, but not on a button click. If I do a form.ActiveForm.Refresh(); then it will work. but I should not have to refresh the form to correct the title
When i had that Problem i solved it changing again to Form:
And change the text at the properties and then i change it again to MetroForm and it apeear that i want.
I am unable to change the text on the Metro form.
Neither this.text or form1.ActiveForm.Text work
They will change the text is the taskbar, but not on the form itself. This is not a bug with C# I do not think this is properly linked
Changing it on form load works, but not on a button click. If I do a form.ActiveForm.Refresh(); then it will work. but I should not have to refresh the form to correct the title