在设计记事本程序是需要用到富文本框RichTextBox控件,该控件具有特殊的事件用于完成相应功能,其中能够实现剪切功能的事件为()
A. Paste()
B. Copy()
C. Undo()
D. Cut()
查看答案
要获得RichTextBox控件文本框选定文本的内容,需要使用( )属性
A. Text
B. SelectedText
C. Lines
D. Substring
删除列表框中的指定项可以使用以下哪个方法( )
A. ListBox.Items.Add()
B. ListBox.Items.Remove()
C. ListBox.Items.RemoveAt()
D. ListBox.Items.Clear()
判断RadioButton控件是否被选中,需要查看IsCheck属性
A. 对
B. 错
richTextBox1.Text.Length表示获取richTextBox1文本框内的总行数
A. 对
B. 错