#region 设置消息显示加粗 /// <summary> /// 设置消息显示加粗 /// </summary> /// <param name="textBox"></param> /// <returns></returns> public RichTextBox SetFontColor(RichTextBox textBox) {textBox.Font = new Font(textBox.Font, textBox.Font.Style | FontStyle.Regular);//定义 Read More
posted @ 2011-06-01 15:05 指尖的流星 Views(3059) Comments(0) Diggs(0)