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