相关考题
-
单项选择题
若要设置定时器的定时间隔设为5秒,应将()属性值设为5000。
A.Interval
B.Value
C.Enabled
D.Text -
单项选择题
以下定义的过程()是按“传值”方式传递参数的。
A.Public Sub Sum(x,y)
B.Public Sub Sum(ByVal x, ByVal y)
C.Public Sub Sum(x As Integer,y As Integer)
D.Public Sub Sum(x%, y%) -
单项选择题
若要设置定时器的定时间隔,可通过()属性来设置。
A.Interval
B.Value
C.Enabled
D.Text
