EditorBrowsableState Enumeration
Specifies the browsable state of a property or method from within an editor.
Namespace:
System.ComponentModelAssembly: Bridge (in Bridge.dll)
Syntax
[EditorBrowsableAttribute] [ExternalAttribute] public enum EditorBrowsableState
<EditorBrowsableAttribute> _ <ExternalAttribute> _ Public Enumeration EditorBrowsableState
[EditorBrowsableAttribute] [ExternalAttribute] public enum class 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. |