要想定义标签控件的Caption属性值的大小,要定义的标签属性是( )。
A:Fontsize B:Caption C:Height D:Autosize
在窗体form1 的Click事件过程中有以下语句:
Label1. Caption = "Visual Basic"
若本语句执行前,标签控件的Caption属性取默认值,则该标签控件的名称属性和Caption属性在执行本语句前的取值分别为 ______。
A:Label,Label1 B:Label,Caption C:Label1,Label1 D:Caption,Label
在命令按钮Command1的Click事件中,改变该表单的标题Caption属性为“学生管理”,下面正确的命令为
A:Myform.Caption=“学生管理” B:This.Parent.Caption=“学生管理” C:Thisform.Caption=“学生管理” D:This.Caption=“学生管理”
在命令按钮Command1的Click事件中,改变该表单的标题Caption属性为“学生管理”,下面正确的命令为
A:myform. Caption="学生管理" B:This. Parent. Caption="学生管理" C:Thisform. Caption="学生管理" D:This. Caption="学生管理"
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A:Prirate Sub Commandl Click() CommonDialogDialogTitle="new Caption" CommonDialogShowFont End Sub B:Private Sub Commandl+Click() CommonDialogDialogTitle="new Caption" CommonDialogShowOpen End Sub C:Private Sub Commandl_Click() CommonDialogDialogTitle="new Caption" CommonDialogShowHelp End Sub D:Private Sub Commandl_Click() CommonDialogDialogTitle="new Caption" CommonDialogShowColor End Sub
在命令按钮Command1的Click事件中,改变该表单的标题Caption属性为“学生管理”,下面正确的命令为
A:myfor Caption="学生管理" B:Thi Paren Caption="学生管理" C:Thisfor Caption="学生管理" D:Thi Caption="学生管理"
在窗体form1 的Click事件过程中有以下语句: Label1. Caption = "Visual Basic" 若本语句执行前,标签控件的Caption属性取默认值,则该标签控件的名称属性和Caption属性在执行本语句前的取值分别为 ______。
A:Label,Label1 B:Label,Caption C:Label1,Label1 D:Caption,Label