首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 媒体动画 > CAD教程 >

改变hypelinkbutton的颜色,该如何解决

2012-04-28 
改变hypelinkbutton的颜色this.hlSendFax.Foregroundnew XXX?this.hlSendFax.Foregroundnew SolidColor

改变hypelinkbutton的颜色
this.hlSendFax.Foreground=new XXX?;


this.hlSendFax.Foreground=new SolidColorBrush(Colors.Black);
我这样写的时候,label的颜色可以改变,hypelinkbutton就没反应
请问应该如何写?



[解决办法]
hypelinkbutton是动态生成的吗?这么写应该是没有错误的。

热点排行