单项选择题
在窗体Form1的Click事件过程中有以下语句:
Label1.Caption="Visual Basic"
若本语句执行之前,标签控件的Caption属性为默认值,则标签控件
的Name属性和Caption属性在执行本语句之前的值分别为().
A."Label"、"Label"
B."Label1"、"VisualBasic"
C."Label1"、"Label1"
D."Caption"、"Label"
点击查看答案
