Click or drag to resize
BrowsableAttribute Class
Specifies whether a property or event should be displayed in a property browsing window.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModelBrowsableAttribute

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

The BrowsableAttribute type exposes the following members.

Constructors
  NameDescription
Public methodBrowsableAttribute
Initializes a new instance of the BrowsableAttribute class.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Specifies the default value for the BrowsableAttribute, which is Yes. This static field is read-only.
Public fieldStatic memberNo
Specifies that a property or event cannot be modified at design time. This static field is read-only.
Public fieldStatic memberYes
Specifies that a property or event can be modified at design time. This static field is read-only.
Top
See Also