以下( )控件没有Caption属性。
A.CommandButtton
B.CheckBOX
C.TextBox
D.Label
第1题:
下面控件中,没有Caption属性的是( )
第2题:
下面控件中,没有Caption属性的是( )。
A.复选框
B.单选按钮
C.组合框
D.框架
第3题:
控件()没有Caption属性。
ALabel
BOption Button
CFrame
DList Box
第4题:
以下属性可以用于改变控件大小的是______。
A.Visible
B.Width
C.Left
D.Caption
第5题:
在窗体form1 的Click事件过程中有以下语句: Label1. Caption = "Visual Basic" 若本语句执行前,标签控件的Caption属性取默认值,则该标签控件的名称属性和Caption属性在执行本语句前的取值分别为 ______。
A.Label,Label1
B.Label,Caption
C.Label1,Label1
D.Caption,Label