Bridge

EditorBrowsableState Enumeration

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

Namespace:  System.ComponentModel
Assembly:  Bridge (in Bridge.dll)

Syntax


[EditorBrowsableAttribute]
[ExternalAttribute]
public enum EditorBrowsableState
<EditorBrowsableAttribute> _
<ExternalAttribute> _
Public Enumeration EditorBrowsableState
[EditorBrowsableAttribute]
[ExternalAttribute]
public enum class EditorBrowsableState

Members


Member nameDescription
AlwaysThe property or method is always browsable from within an editor.
NeverThe property or method is never browsable from within an editor.
AdvancedThe property or method is a feature that only advanced users should see. An editor can either show or hide such properties.