mscorlib(4.0.0.0) API with additions
RefreshProperties.cs
1 namespace System.ComponentModel
2 {
4  public enum RefreshProperties
5  {
7  None,
9  All,
11  Repaint
12  }
13 }
RefreshProperties
Defines identifiers that indicate the type of a refresh of the Properties window.
Attribute can be applied to any application element.