假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,下面哪个式子是正确的?
A.ThisForm.Text1.Value
B.This.Parent.Value
C.Parent.Text1.Value
D.This.Parent.Text1.Value
假定一个表单中有一个文本框Textl和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Commandl和Command2两个命令按钮。如果要在Commandl命令按钮的某个方法中访问文本框的Value属性值,下面代码正确的是()。A、ThisForm,Textl.ValueB、This.Parent.ValueC、Parent.Textl.ValueD、This.Parent.Textl.Value
点击查看答案
单选题下列控件均为容器类的是()。A 表单、命令按钮组、命令按钮B 表单集、列、组合框C 表格、列、文本框D 页框、列、表格
单选题在“预约”表单中有一个文本框TextInput和一个命令按钮CommanDOK,如果CommanDOK在命令按钮的某个方法中,访问文本框的Value属性值,正确的是()。A ThisFrom,Parent,TextInput,ValueB ThisFrom,TextInput,ValueC TextInput,ValueD Parent,TextInput,Value
单选题假定一个表单里有一个文本框text1和一个命令按钮组commandgroup1,命令按钮组是一个容器对象,其中包含Commandl和command2两个命令按钮,如果要在command1命令按钮的某个事件中访问文本框的value属性值,下面式子中正确的确是()A ThisForm.Text1.valueB This.Parent.valueC Parent.Text1.ValueD This.Parent.Text1.value
单选题假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框Text1的Value属性值,下面表达式中,()是正确的。A ThisForm.Text1.ValueB This.Parent.ValueC Parent.Text1.ValueD This.Parent.Text1.Value
单选题下列控件组中全是容器类的是()。A 表单、页框、表格B 表格、列、文本框C 命令按钮、选项按钮组、列表框D 命令按钮组、页框、编辑框
单选题假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮,如果要在Command1命令按钮的某个方法中访问文本框Value属性值,下面哪个式子是正确的()A This.Thisform.Text1.ValueB This.Parent.Parent.Text1.ValueC Parent.Parent.Text1.ValueD This.Parent.Text1.Value