Click or drag to resize
EditorBrowsableState Enumeration
Specifies the browsable state of a property or method from within an editor.

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public enum EditorBrowsableState
Members
  Member nameValueDescription
Always0 The property or method is always browsable from within an editor.
Never1 The property or method is never browsable from within an editor.
Advanced2 The property or method is a feature that only advanced users should see. An editor can either show or hide such properties.
See Also