Indicates all properties should be invalidated and repainted if the property value is changed. This field is read-only.
[Visual Basic] Public Shared ReadOnly Repaint As RefreshPropertiesAttribute [C#] public static readonly RefreshPropertiesAttribute Repaint; [C++] public: static readonly RefreshPropertiesAttribute* Repaint; [JScript] public static var Repaint : RefreshPropertiesAttribute;
Specify this attribute on a property to cause all properties in the System.WinForms.PropertyGrid to be invalidated and repainted when the property is changed.
RefreshPropertiesAttribute Class | RefreshPropertiesAttribute Members | System.ComponentModel.Design Namespace