No Field
Collapse the table of content
Expand the table of content

BrowsableAttribute.No 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 cannot be modified at design time. This static field is read-only.

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

'Declaration
Public Shared ReadOnly No As BrowsableAttribute

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft