相关考题
-
单项选择题
获取列表框(或组合框)选中项的值,可以只使用()属性。
A.Caption
B.Text
C.ListIndex
D.List -
单项选择题
将文本框Text1的内容(Text1)显示为*号,则正确的语句是()。
A.Text1.PasswordChar =True
B.Text1.PasswordChar="*"
C.Text1.Style=True
D.Text1.Style="*" -
单项选择题
时钟控件(Timer)触发事件的条件是()。
A.只需Enabled属性为True
B.只需Interval属性大于0
C.Enabled属性为True同时Interval属性大于0
D.Enabled属性为True或者Interval属性大于0
