RefreshPropertiesAttribute.All Field

Definition

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.

Applies to