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