网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

()控件不具有Caption属性。

  • A、Label
  • B、Form
  • C、Text Box
  • D、Command Button

参考答案

更多 “()控件不具有Caption属性。A、LabelB、FormC、Text BoxD、Command Button” 相关考题
考题 在窗体上添加标签控件Label1之后,标签控件的默认的名称Name是( )。A.LabelB.Label1C.TextD.Text1

考题 以下属于容器控件的是A.TextB.FormC.LabelD.command

考题 以下属于容器类控件的是 ______。A.TextB.FormC.LabelD.Command Button

考题 按钮控件Command上显示的文本通过Text属性设置。()

考题 无论何种控件,共同具有的属性是( )A.Text属性B.Caption属性C.Name属性D.Autosize属性

考题 下列控件中不具有Caption属性的有()A.TextB.CommandC.LabelD.Timer

考题 (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

考题 ( )控件不具有Caption属性。 A.LabelB.FormC.TextBoxD.CommandButton

考题 设计一个表单(如下图所示),判断一个正数是不是素数。要求:在文本框中输入一个正数,单击“确定”按钮后显示结果,单击“退出”按钮释放表单。控件的主要属性:Labe11. Caption=“请输入一个正数:”Labe12.Caption=“判断结果:”Command1. Caption=“确定”Command2. Caption=“退出”Text1.Value=2

考题 通过改变单选按钮(Option Button)控件的一属性值,可以改变单选按钮的选取状态。A.ValueB.StyleC.AppearanceD.Caption

考题 通过改变单选按钮(Option Button)控件的 ______ 属性值,可以改变单选按钮的选取状态。A.ValueB.StyleC.AppearanceD.Caption

考题 窗体上已建立多个控件,如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

考题 ()对象不具有Caption属性.A:LabelB:OptionC:FormD:Timer

考题 ()控件不具有Caption属性。ALabelBFormCText BoxDCommand Button

考题 ()元素用于定义表单控件中的类型和外观。A、ectB、formC、inputD、caption

考题 按钮控件Button的Text属性的作用是()A、 返回按钮的数据B、 设置按钮的名称C、 设置按钮的颜色D、 设置显示在按钮上的文字

考题 在窗体Form1的Click事件过程中有语句:Label1.Caption="Visual Basic" 若本语句执行之前,标签控件的Caption属性为默认值,则标签控件的Name属性和Caption属性在执行本语句之前的值分别为()。A、Label和LabelB、Label1和Label1C、Label1和Visual BasicD、Label和Caption

考题 文本框控件没有Caption属性。

考题 下面()控件不具有caption属性A、单选钮B、标签框C、文本框D、命令按钮

考题 程序代码如下:Command1.Caption=”确定”,则Command1、Caption、“确定”分别代表()A、对象、属性、值B、对象、值、属性C、对象、方法、属性D、属性、对象、值

考题 命令按钮控件上设置显示文字内容的属性是()A、nameB、captionC、textD、text,caption

考题 通过改变单选按钮(Option Button)控件的()属性值,可以改变单选按钮的选取状态。A、ValueB、StyleC、AppearanceD、Caption

考题 单选题下面()控件不具有caption属性A 单选钮B 标签框C 文本框D 命令按钮

考题 单选题Visual Basic控件一般都规定一个默认属性,在引用这样的属性时,只写对象名而不必给出属性名。默认属性为Caption的控件是(  )。A 列表框(List Box)B 标签(Label)C 文本框(Text Box)D 组合框(Combo Box)

考题 单选题()控件不具有Caption属性。A LabelB FormC Text BoxD Command Button