Question

Can't find a color property in PropertyGrid form to change THIS color that color, can

Was it helpful?

Solution

What's wrong with PropertyGrid.BackColor ? You're looking for BackColor property.

propertyGrid1.BackColor = Color.Gray;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top