Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
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