Yes Field
Collapse the table of content
Expand the table of content

BrowsableAttribute.Yes Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies that a property or event can be modified at design time. This static field is read-only.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

public static readonly BrowsableAttribute Yes

This field is the default setting for this attribute.

When you mark a property with the BrowsableAttribute constructor of the value true, this attribute is set to the constant member Yes. Therefore, when you check whether the attribute is set to this value in your code, you must specify the attribute as BrowsableAttribute.Yes.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft