Method SetPropertyAttributeAll
SetPropertyAttributeAll(string, object)
Sets an attribute for all the properties.
void SetPropertyAttributeAll(string attrName, object value)
Parameters
attrNamestringText identifier of attribute. See PropertyGridItemAttrId for the known attribute names.
valueobjectValue of attribute.
SetPropertyAttributeAll(string, IPropertyGridVariant)
Sets an attribute for all the properties.
void SetPropertyAttributeAll(string attrName, IPropertyGridVariant value)
Parameters
attrNamestringText identifier of attribute. See PropertyGridItemAttrId for the known attribute names.
valueIPropertyGridVariantValue of attribute.