質問

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

役に立ちましたか?

解決

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

propertyGrid1.BackColor = Color.Gray;
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top