.NET Windows Forms in a Nutshell
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 By
PropertyTabAttribute.TabScopes Passed To
PropertyTabAttribute.{InitializeArrays() , PropertyTabAttribute()} , System.Windows.Forms.PropertyGrid.RefreshTabs() , System.Windows.Forms.PropertyTabCollection.{AddTabType( ) , Clear()} |