NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyTabScope Enumeration

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.

Remarks

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.

Members

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.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

System.ComponentModel.Design Namespace | PropertyTabAttribute