Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the browsable state of a property or method from within an editor.
Namespace: System.ComponentModel
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Enumeration EditorBrowsableState
public enum EditorBrowsableState
public enum class EditorBrowsableState
type EditorBrowsableState
public enum EditorBrowsableState
Members
Member name | Description | |
---|---|---|
Always | The property or method is always browsable from within an editor. | |
Never | The property or method is never browsable from within an editor. | |
Advanced | The property or method is a feature that only advanced users should see. An editor can either show or hide such properties. |
Remarks
Use the EditorBrowsableAttribute class to specify the EditorBrowsableState for a member.