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
}
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.ComponentModel.RefreshProperties.Repaint
The view should be refreshed.
System.ComponentModel.RefreshProperties
RefreshProperties
Defines identifiers that indicate the type of a refresh of the Properties window.
Definition:
RefreshProperties.cs:4
System.AttributeTargets.All
Attribute can be applied to any application element.
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
All cs
System.ComponentModel
RefreshProperties.cs
Generated by
1.8.15