Click or drag to resize
EditorBrowsableAttribute Class
Specifies that a property or method is viewable in an editor. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModelEditorBrowsableAttribute

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public sealed class EditorBrowsableAttribute : Attribute

The EditorBrowsableAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEditorBrowsableAttribute
Initializes a new instance of the System.ComponentModel.EditorBrowsableAttribute class with System.ComponentModel.EditorBrowsableAttribute.State set to the default state.
Public methodEditorBrowsableAttribute(EditorBrowsableState)
Initializes a new instance of the System.ComponentModel.EditorBrowsableAttribute class with an System.ComponentModel.EditorBrowsableState.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyState
Gets the browsable state of the property or method.
Top
See Also