문제

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