Method SetPropertyColorsToDefault
SetPropertyColorsToDefault(IPropertyGridItem, bool)
Resets text and background colors of a property.
void SetPropertyColorsToDefault(IPropertyGridItem prop, bool recurse = true)
Parameters
prop
IPropertyGridItemProperty item.
recurse
booltrue
causes color to be reset recursively,false
only resets color for the property in question and not any of its children.