RefreshPropertiesAttribute.All Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that all properties are queried again and refreshed if the property value is changed. This field is read-only.
public: static initonly System::ComponentModel::RefreshPropertiesAttribute ^ All;
public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
staticval mutable All : System.ComponentModel.RefreshPropertiesAttribute
Public Shared ReadOnly All As RefreshPropertiesAttribute
Field Value
Remarks
Specify this attribute on a property to query again and refresh all properties in the PropertyGrid when the property value changes. The PropertyGrid caches data. The All mode causes the Properties window to query each property again and refresh its view.