This topic has not yet been rated - Rate this topic

BrowsableAttribute.Default Field

Specifies the default value for the BrowsableAttribute, which is Yes. This static field is read-only.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)
public static readonly BrowsableAttribute Default

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

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.