如何在运行时更改控件(例如标签)的字体属性

时间:2013-12-03 15:19:58

标签: fonts visual-c++-2008

我需要在运行时更改Label和ListView中Item的文本的字体属性。我觉得这很容易,写道:

label1->font->Bold=true;

但它不可能,因为'Bold'刚刚得到一个get()但没有set()方法。事实上,编译器不接受它:

error C2039: 'set': its not a  member of 'System::Drawing::Font::Bold'

是否还有其他可能影响ListView的Label或Item中文本的字体?如果是,那是哪一个?

谢谢你的帮助

0 个答案:

没有答案