Method SetPropertyTextColor
SetPropertyTextColor(IPropertyGridItem, Color, bool)
Sets text colour of a property.
public virtual void SetPropertyTextColor(IPropertyGridItem prop, Color color, bool recurse = true)
Parameters
propIPropertyGridItemProperty item.
colorColorNew text color.
recursebooltruecauses color to be set recursively,falseonly sets color for the property in question and not any of its children.