System.ComponentModel.EditorBrowsableState Enumeration

Specifies the browsable state of a property or method from within an editor.

Syntax

public enum EditorBrowsableState

Remarks

This class is used by a visual designer to determine what is visible to the user. For example, the IntelliSense engine in vsprvs never shows methods or properties that are marked as EditorBrowsableState.Never. Use System.ComponentModel.EditorBrowsableAttribute to specify the System.ComponentModel.EditorBrowsableState for a member.

Members

Member NameDescription
Advanced

The property or method is a feature that only advanced users should see. An editor can either show or hide such properties.

Always

The property or method is always browsable from within an editor.

Never

The property or method is never browsable from within an editor.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0