Specifies the function scope of a tab in the property browser.
[Visual Basic] Public Enum PropertyTabScope [C#] public enum PropertyTabScope [C++] public enum PropertyTabScope
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
PropertyTabScope defines the scope of a tab that will show up in the property browser when a component on the form/class has the correct PropertyTabAttribute.
Member Name | Description |
---|---|
Component | This tab will be added to the property browser for the current component only, and is removed when the component is no longer selected. |
Document | This tab will be added to the property browser and will be removed when the currently selected document changes. This tab is relevant to items on the current document. |
Global | This tab will be added to the property browser and can only be explictly removed by a component outside the property browser. |
Static | This tab will be added to the property browser and can never be removed. |
Namespace: System.ComponentModel.Design
Assembly: System.dll
System.ComponentModel.Design Namespace | PropertyTabAttribute