单项选择题下列控件中,不属于容器控件的是()属性。

A. GroupBox
B. Panel
C. ImageList
D. TabControl


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题下列属性中,RadioButton和CheckBox控件都具有的是()属性。

A. ThreeState
B. BorderSt
C. Checked
D. CheckState

3.单项选择题下列控件中,不能与ImageList组件关联的是()

A. Label
B. Button
C. RadioButton
D. PictureBox

4.单项选择题PictureBox控件的()属性可以影响图像的大小及位置关系。

A. Size
B. SizeMode
C. Mode
D. PictureMode

5.单项选择题若要显示消息框,必须调用MessageBox类的静态方法()

A. Show
B. ShowDialog
C. ShowBox
D. ShowMessage

6.单项选择题Windows应用程序中,最常用的输入控件是() 

A. Label
B. TextBox
C. Button
D. PictureBox

7.单项选择题如果要为“取消”按钮的文本“Cancel”创建访问键“C”,应将按钮的Text属性设置为()

A. &Cancel
B. % Cancel
C. @ Cancel
D. ^ Cancel

8.单项选择题利用文本框的()属性,可以实现密码框的功能。 

A. Password
B. Passwords
C. PasswordChar
D. PasswordChars

9.单项选择题把TextBox控件的()属性设为True,可使其在运行时接受或显示多行文本。 

A. WordWrap
B. Multiline
C. ScrollBars
D. ShowMultiline

10.单项选择题决定Label控件是否可见的属性是()

A. Hide
B. Show
C. Visible
D. Enabled