with RichTextBox1
..SelectionStart = 2
.SelectionLength = 4
.SelectionColor = Color.Blue
.SelectionFont = New Font("幼圆", 12).AppendText("你")
end with
本文介绍了一种使用RichTextBox控件进行文本样式设置的方法,包括选中特定文本、改变字体颜色及字体类型。
with RichTextBox1
..SelectionStart = 2
.SelectionLength = 4
.SelectionColor = Color.Blue
.SelectionFont = New Font("幼圆", 12).AppendText("你")
end with
3240

被折叠的 条评论
为什么被折叠?