Sets text colour of property and all its children.
Definition at line 4425 of file propgrid.cpp.
{ wxPG_PROP_ID_CALL_PROLOG() // Set indexes SetTextColourIndex(p, CacheColour(colour), wxPG_RECURSE|wxPG_RECURSE_STARTS ); // If this was on a visible grid, then draw it. DrawItemAndChildren(p); }