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 make a property browsable in the editor, but not browsable in the designer?

Provide the followoing attributes to your Property:

[ Browsable( false ), EditorBrowsable( EditorBrowsableState.Always ) ] 
public bool CustomProperty{ get{} set{} } 

Contributed from George Shepherd's Windows Forms FAQ



Page view counter