本文介绍了改变按钮的颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
我有一个问题,一旦从aliceblue点击到azure,我怎么会改变命令按钮的背景
。 br />
TIA,
Aaron
Hello,
I have a question about how too change the background of a command button
once it has been click from aliceblue to azure.
TIA,
Aaron
推荐答案
在''Click''事件处理程序中,将其''BackColor''属性设置为
''Color.Azure''。请不要过度使用X-post。
-
Herfried K. Wagner [MVP]
< http://www.mvps.org/dotnet>
In its ''Click'' event handler, set its ''BackColor'' property to
''Color.Azure''. Please do not make excessive use of X-posts.
--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
这篇关于改变按钮的颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!