Name

EditorBrowsableState

Synopsis

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

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.