mscorlib(4.0.0.0) API with additions
PropertyTabScope.cs
1 namespace System.ComponentModel
2 {
4  public enum PropertyTabScope
5  {
7  Static,
9  Global,
11  Document,
13  Component
14  }
15 }
This tab is added to the Properties window and can only be removed explicitly by a parent component.
Provides the base implementation for the T:System.ComponentModel.IComponent interface and enables obj...
Definition: Component.cs:9
PropertyTabScope
Defines identifiers that indicate the persistence scope of a tab in the Properties window.
This tab is specific to the current document. This tab is added to the Properties window and is remov...