Frage

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

War es hilfreich?

Lösung

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

propertyGrid1.BackColor = Color.Gray;
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top