Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​ComponentModel.​PropertyTabScope

Assembly: System.ComponentModel.TypeConverter

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

Values

Static
This tab is added to the Properties window and cannot be removed.
Global
This tab is added to the Properties window and can only be removed explicitly by a parent component.
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.
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.