Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I prevent certain controls from being displayed in the Property browser at design-time?

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



Page view counter