下列控件中,没有Caption属性的是()。
A:框架 B:列表框 C:复选框 D:单选按钮
()对象不具有Caption属性.
A:Label B:Option C:Form D:Timer
下面()控件不具有caption属性
A:单选钮 B:标签框 C:文本框 D:命令按钮
在表单中,“Caption”是对象的( )
A:标题属性 B:名称属性 C:背景透明属性 D:字体尺寸属性
为表单MeForm添加事件或方法代码,改变该表单中的控件Cmd1的Caption属性的正确命令是______。
A:ThisFormSeCmd1.Caption="最后一个" B:ThisForCmdCaption="最后一个" C:ThiCmdCaption="最后一个" D:MeForCmdCaption="最后一个"
在表单My Form中通过事件代码,设置标签Lbl1的Caption属性值设置为“计算机等级考试”,下列程序代码正确的是
A:MyForLbl1.Caption="计算机等级考试" B:ThiLbl1.Caption="计算机等级考试" C:ThisForLbl1.Caption="计算机等级考试" D:ThisForLbl1.Caption=计算机等级考试
下列控件中,具有Caption属性的是( )。
A:组合框 B:列表框 C:计时器 D:单选按钮
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A:Private Sub Command1_CliCk() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub B:Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End Sub C:Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.Show Help End Sub D:Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub
若在窗体模块的声明部分声明了如下自定义类型和数组:
Private Type rec
Code As Integer
Caption As String
End Type
Dim arr(5)As rec
则下面的输出语句中正确的是______。
A:Print air.Code(2), aft.Caption(2) B:Print arr.Code, air.Caption C:Print arr(2).Code, air(2).Caption D:Print Code(2), Caption(2)
窗体Caption属性的作用是()
A:确定窗体的标题 B:确定窗体的名称 C:确定窗体的边界类型 D:确定窗体的字体