Gets or sets the browsable attributes associated with the object that the property grid is attached to.
Documentation for this section has not yet been entered.
Only properties with attributes matching the values specified are displayed in the System.Windows.Forms.PropertyGrid. The default is an System.ComponentModel.AttributeCollection containing only System.ComponentModel.BrowsableAttribute.Yes.
Assigning an attribute collection that is empty or is null causes a new System.ComponentModel.AttributeCollection to be created with System.ComponentModel.BrowsableAttribute.Yes set.