Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
Use the DesignTimeVisible attribute set to false.
[ DesignTimeVisible( false ) ]
You can still provide a TypeConverter to make it participate in designer Serialization.
Contributed from George Shepherd's Windows Forms FAQ