PropertyTabScope | serializable |
System.ComponentModel (system.dll) | enum |
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 System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
PropertyTabScope
Returned By
PropertyTabAttribute.TabScopes
Passed To
PropertyTabAttribute.{InitializeArrays(),
PropertyTabAttribute()},
System.Windows.Forms.PropertyGrid.RefreshTabs(),
System.Windows.Forms.PropertyTabCollection.{AddTabType(
), Clear()}
|