.NET Windows Forms in a Nutshell

EditorBrowsableState serializable

System.ComponentModel (system.dll) enum

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 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) EditorBrowsableState

Returned By

EditorBrowsableAttribute.State

Passed To

EditorBrowsableAttribute.EditorBrowsableAttribute( )

Категории