백엔드/C#
ToolStripLabel BackColor 적용
1005ptr
2019. 8. 6. 14:54
반응형
ToolStrip Renderer를 "System"으로 변경하면 BackColor 속성이 적용된다.
ToolStripLabel BackColor not displayed
If you use the System renderer, you may change the appearance of the entire toolbar to a flat appearance. If you only want to draw the label in a colored rectangle, the renderer class (below) will intercept only label background drawing and leave the rest
social.msdn.microsoft.com
반응형