()控件不具有Caption属性。A、LabelB、FormC、Text BoxD、Command Button
()控件不具有Caption属性。
- A、Label
- B、Form
- C、Text Box
- D、Command Button
相关考题:
(20)下列控件属性中,属性值的类型不相同的一项是A.Label控件的Enabled属性与TexBox控件的Enabled属性 B.OptionButton控件的Value属性与CheckBox控件的Value属性 C.Command控件的Default属性与Command控件的Cancel属性D.Command控件的Visible属性与Form控件的Visible属性
在窗体Form1的Click事件过程中有以下语句:Label1.Caption="Visual Basic"若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为( )。 A.Label和LabelB.Label1和Label1C.Label1和Visual BasicD.Label和Caption
设计一个表单(如下图所示),判断一个正数是不是素数。要求:在文本框中输入一个正数,单击“确定”按钮后显示结果,单击“退出”按钮释放表单。控件的主要属性:Labe11. Caption=“请输入一个正数:”Labe12.Caption=“判断结果:”Command1. Caption=“确定”Command2. Caption=“退出”Text1.Value=2
窗体上已建立多个控件,如Text1、Command1、Label1,若要使程序开始运行时焦点定位在Command1控件上,则应将Command1控件的( )属性值设置为0。A. TabB. IndexC. TablndexD. Top
下面都是对命令按钮控件Command1进行属性设置,其中不正确的是 ______。A.Command1.Name="Command_Save"B.Command1.Caption="保存(S)"C.Command1.Top=-100D.Command1.Left=200
在窗体Form1的Click事件过程中有语句:Label1.Caption="Visual Basic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。A、Label和LabelB、Label1和Label1C、Label1和Visual BasicD、Label和Caption
单选题Visual Basic控件一般都规定一个默认属性,在引用这样的属性时,只写对象名而不必给出属性名。默认属性为Caption的控件是( )。A列表框(List Box)B标签(Label)C文本框(Text Box)D组合框(Combo Box)
单选题()控件不具有Caption属性。ALabelBFormCText BoxDCommand Button