BrowsableAttribute Class |
Namespace: System.ComponentModel
public class BrowsableAttribute : Attribute
The BrowsableAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | BrowsableAttribute |
Initializes a new instance of the BrowsableAttribute class.
|
Name | Description | |
---|---|---|
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Default |
Specifies the default value for the BrowsableAttribute,
which is Yes. This static field is read-only.
|
![]() ![]() | No |
Specifies that a property or event cannot be modified at
design time. This static field is read-only.
|
![]() ![]() | Yes |
Specifies that a property or event can be modified at
design time. This static
field is read-only.
|