SetBrowsableAttribute Method
SetBrowsableAttribute(object, string, bool)
Declaration
public static void SetBrowsableAttribute(object component, string propName, bool isBrowsable)
Parameters
SetBrowsableAttribute(PropertyDescriptorCollection, string, bool)
Declaration
public static void SetBrowsableAttribute(PropertyDescriptorCollection props, string propName, bool isBrowsable)
Parameters
SetBrowsableAttribute(PropertyDescriptor, bool)
NOTE: Property MUST HAVE [Browsable(...)] specified already (in source)!!! otherwise this blows things up majorly.
Declaration
public static void SetBrowsableAttribute(PropertyDescriptor prop, bool isBrowsable)
Parameters