Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ComponentModel.​BrowsableAttribute
Assembly: System.ComponentModel.Primitives
Inheritance: object → Attribute → BrowsableAttribute
Specifies whether a property or event should be displayed in a Properties window.
Fields and Constants
public static readonly
BrowsableAttribute
Default
Specifies the default value for the <see cref="T:System.ComponentModel.BrowsableAttribute" /> , which is <see cref="F:System.ComponentModel.BrowsableAttribute.Yes" /> . This <see langword="static" /> field is read-only.
public static readonly
BrowsableAttribute
No
Specifies that a property or event cannot be modified at design time. This <see langword="static" /> field is read-only.
public static readonly
BrowsableAttribute
Yes
Specifies that a property or event can be modified at design time. This <see langword="static" /> field is read-only.
Properties
public
bool
Browsable
Gets a value indicating whether an object is browsable.
public
object
TypeId
Methods
public
bool
Equals​(object obj)
Indicates whether this instance and a specified object are equal.
Returns <see langword="true" /> if <paramref name="obj" /> is equal to this instance; otherwise, <see langword="false" /> .
obj
Another object to compare to.
public
int
GetHashCode​()
Returns the hash code for this instance.
Returns A 32-bit signed integer hash code.
public
bool
IsDefaultAttribute​()
Determines if this attribute is the default.
Returns <see langword="true" /> if the attribute is the default value for this attribute class; otherwise, <see langword="false" /> .
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object