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