BrowsableAttribute Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BrowsableAttribute type exposes the following members.
| 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. |
Show: