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 refresh the properties of a component or control in the property browser when a property gets modified?

Set this attribute for the property:

[ RefreshProperties( RefreshProperties.Repaint ) ]

Contributed from George Shepherd's Windows Forms FAQ