Name

PropertyTabScope

Synopsis

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()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.