March 2003
Intermediate to advanced
896 pages
32h 35m
English
EditorBrowsableState
This enumeration determines whether a class or member should be
visible in an editor. It is used by
EditorBrowsableAttribute to determine whether the
element should be shown Never,
Always, or only shown when
Advanced elements are visible.
public enum EditorBrowsableState { Always = 0, Never = 1, Advanced = 2 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ EditorBrowsableState
EditorBrowsableAttribute.State
EditorBrowsableAttribute.EditorBrowsableAttribute( )
Read now
Unlock full access