DekGenius.com
[ Team LiB ] Previous Section Next Section

PropertyTabScopeserializable

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

    [ Team LiB ] Previous Section Next Section