想要定义标签控件的Caption显示效果的大小,要定义标签属性的___。
第1题:
要想定义标签控件的Caption属性值的大小,要定义的标签属性是( )。
A.Fontsize
B.Caption
C.Height
D.Autosize
第2题:
在窗体Form1的Click事件过程中有语句:Label1.Caption="Visual Basic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。
ALabel和Label
BLabel1和Label1
CLabel1和Visual Basic
DLabel和Caption
第3题:
当标签需要自动调整标签大小以适应文本长度时,可设置的属性是()。
A.AutoSize
B.Visible
C.Enabled
D.Caption
第4题:
在窗体form1 的Click事件过程中有以下语句: Label1. Caption = "Visual Basic" 若本语句执行前,标签控件的Caption属性取默认值,则该标签控件的名称属性和Caption属性在执行本语句前的取值分别为 ______。
A.Label,Label1
B.Label,Caption
C.Label1,Label1
D.Caption,Label
第5题:
对于标签控件Label的错误说法是
A.要修改Label上的字内容,可修改该控件Caption属性
B.要修改Label上的字内容,可修改该控件Text属性
C.要修改Label的背景色,可修改该控件BackColor属性
D.要修改Label的文本颜色,可修改该控件ForeColor属性