开发者

what are the background and foreground colors of a textbox when it's disabled in .net?

开发者 https://www.devze.com 2023-01-22 18:06 出处:网络
what are th开发者_JAVA百科e background and foreground colors of a textbox when it\'s disabled in .net ?This depends on the styles that you\'ve defined in Windows, unless you\'re specifiying the color

what are th开发者_JAVA百科e background and foreground colors of a textbox when it's disabled in .net ?


This depends on the styles that you've defined in Windows, unless you're specifiying the color that should be used explicitly (and choose one that is not dependent on Windows settings)


From the System.Drawing.SystemColors class, use SystemColors.GrayText for the foreground color. From a quick test, I believe SystemColors.Control is the background color, although the documentation does not state this.

0

精彩评论

暂无评论...
验证码 换一张
取 消