Indicates that by default no properties should be refreshed if the property value is changed. This field is read-only.
[Visual Basic] Public Shared ReadOnly Default As RefreshPropertiesAttribute [C#] public static readonly RefreshPropertiesAttribute Default; [C++] public: static readonly RefreshPropertiesAttribute* Default; [JScript] public static var Default : RefreshPropertiesAttribute;
Specify this attribute on a property to cause no refresh of other properties when the property is changed.
RefreshPropertiesAttribute Class | RefreshPropertiesAttribute Members | System.ComponentModel.Design Namespace | RefreshProperties