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