A.Label
B.Form
C.TextBox
D.CommandButton
第1题:
下面控件中,没有Caption属性的是( )
第2题:
在窗体Form1的Click事件过程中有语句:Label1.Caption="Visual Basic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。
ALabel和Label
BLabel1和Label1
CLabel1和Visual Basic
DLabel和Caption
第3题:
下列命令行中的Command1、Caption、"Command1"分别代表_______。 Command1.Caption="Command1"
A.方法、控件名称、标题
B.控件名称、属性名、属性值
C.属性值、方法、控件名称
D.控件名称、方法
第4题:
控件()没有Caption属性。
ALabel
BOption Button
CFrame
DList Box
第5题:
()控件不具有Caption属性。
ALabel
BForm
CText Box
DCommand Button