This documentation is archived and is not being maintained.
PropertyTabScope Enumeration
.NET Framework 1.1
Defines identifiers that indicate the persistence scope of a tab in the Properties window.
[Visual Basic] <Serializable> Public Enum PropertyTabScope [C#] [Serializable] public enum PropertyTabScope [C++] [Serializable] __value public enum PropertyTabScope [JScript] public Serializable enum PropertyTabScope
Remarks
PropertyTabScope indicates the persistence scope of a tab that is displayed in the Properties window when a component of a design document has an associated PropertyTabAttribute.
Members
| Member name | Description |
|---|---|
| Component | This tab is specific to the current component. This tab is added to the Properties window for the current component only and is removed when the component is no longer selected. |
| Document | This tab is specific to the current document. This tab is added to the Properties window and is removed when the currently selected document changes. |
| Global | This tab is added to the Properties window and can only be removed explicitly by a parent component. |
| Static | This tab is added to the Properties window and cannot be removed. |
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
Show: