Click or drag to resize
BrowsableAttribute Fields

The BrowsableAttribute type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
Specifies the default value for the BrowsableAttribute, which is Yes. This static field is read-only.
Public fieldStatic memberNo
Specifies that a property or event cannot be modified at design time. This static field is read-only.
Public fieldStatic memberYes
Specifies that a property or event can be modified at design time. This static field is read-only.
Top
See Also