I'm inheriting a TextBox control, and I want it to have a default value for the Text property... I cant find an initialize event
should I override the text property and set a default value for it then?