Method SetPropertyTextColor
SetPropertyTextColor(IPropertyGridItem, Color, bool)
Sets text colour of a property.
public virtual void SetPropertyTextColor(IPropertyGridItem prop, Color color, bool recurse = true)
Parameters
prop
IPropertyGridItemProperty item.
color
ColorNew text color.
recurse
booltrue
causes color to be set recursively,false
only sets color for the property in question and not any of its children.