单项选择题Timer控件可用于后台进程中,可在Timer事件内编程,要停止触发Timer事件,需要设置的属性是()。

A.Interval=0或Enabled=False
B.Interval=0或Visible=False
C.Visible=False=False或Enabled=False
D.Interval=0且Enabled=False


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题从一个字符串中的第3个字符开始,获取5个字符,应使用()。

A.Len函数
B.Mid函数
C.Left函数
D.Right函数

2.单项选择题与Load Form2等效的语句是()。

A.Form2.Load
B.Form2.Visible=False
C.Form2.Show
D.Form2.Visible=True

3.单项选择题在Visual Basic中,变量的默认类型是()。

A.Integer
B.Double
C.Variant
D.Currency

4.单项选择题将数据项“China”添加到列表框List1中成为第一项,应使用的语句是()。

A.List1.AddItem"China",0
B.List1.AddItem"China",1
C.List1.AddItem"China",
D.List1.AddItem"1,China"

8.单项选择题如果希望以模态方式显示窗体Form1,下列正确的语句是()。

A.Form1.Show 0
B.Form1.Show
C.Form1.Show 1
D.Form1.Show 0,1

10.单项选择题键盘事件的执行顺序是()。

A.Key Press、Key Down、Key Up
B.Key Down、Key Press、Key Up
C.Key Up、Key Down、Key Press
D.Key Up、Key Press、Key Down