The Perfect Day

分享技术,编写未来

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2006年11月29日

摘要: private void btnBold_Click(object sender, EventArgs e) { Font oldfont, newfont; oldfont = this.richTextBox1.SelectionFont;//获取选定字的字体格式 if (oldfont.Bold) ... 阅读全文
posted @ 2006-11-29 15:08 StephenJu 阅读(591) 评论(0) 推荐(0) 编辑