This enumeration is used by PropertyTabAttribute to indicate how and when a particular tab should be shown in a designer. public enum PropertyTabScope { Static = 0 , Global = 1 , Document = 2 , Component = 3 } Hierarchy System.Object Returned ByPropertyTabAttribute.TabScopes Passed ToPropertyTabAttribute.{InitializeArrays() , PropertyTabAttribute()} , System.Windows.Forms.PropertyGrid.RefreshTabs() , System.Windows.Forms.PropertyTabCollection.{AddTabType( ) , Clear()} |