ButtonNum
ControlSource
ButtonCount
Value
第1题:
在命令按钮组中,决定命令按钮数目的属性是
A) ButtonNum
B) ControlSource
C) ButtonCount
D) Value
第2题:
在命令按钮组中,决定命令按钮数目的属性是( )。
A.ButtonNum
B.ControlSource
C.ButtonCount
D.Value
第3题:
假定一个表单里有一个文本框Text l和一个命令按钮组Command Group1,命令按钮组是一个容器对象,其中包含Commandl和Command2两个命令按钮。如果要在Commandl命令按钮的某个方法中访问文本框的Value属性值,下面哪组代码是正确的?A)This Form .Text l .Value B)This .Parent .ValueC)Parent .Text .Value D)this .Parent .Text .Value
第4题:
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮,如果要在Command1命令按钮的某个方法中访问文本框Value属性值,下面哪个式子是正确的()
第5题:
以下不属于命令组属性的是()。
第6题:
选项按钮组中用于指定选项组中哪个选项按钮被选中的属性是( )。
A.Value
B.ControlSource
C.ButtonCount
D.Buttons
第7题:
第8题:
假设一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组中包含Command1和Command2;两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,下列式子中,正确的是
A.ThisForm.Text1.Value
B.ThisForm.Parent.Value
C.Parent.Text1.Value
D.This.Parent.Text1.Value
第9题:
在创建表单命令按钮组时,命令按钮的个数由()属性决定。
第10题:
在命令按钮组中,通过修改()属性,可把按钮个数设为5个。