System.ComponentModel.PropertyTabScope Enumeration

Defines identifiers that indicate the persistence scope of a tab in the Properties window.

Syntax

public enum PropertyTabScope

Remarks

System.ComponentModel.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 System.ComponentModel.PropertyTabAttribute.

Members

Member NameDescription
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
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0