Tagged Questions
2
votes
1answer
492 views
How do I set the Default Value of a TextBox ToolPart without using [DefaultValue(“Default Value”)]
Right now I have created a bunch of custom controls in the ToolPart panel and I want to set a default value for one of the text boxes. Obviously I want the value to be editable by the user.
I have ...