A.Hide
B.Visible
C.Enabled
D.Checked
您可能感興趣的試卷
你可能感興趣的試題
A.List1.AddItem "XXX",3
B.List1.AddItem "XXX",2
C.List1.AddItem 3,"XXX"
D.List1.AddItem 2,"XXX"
A.List1.RemoveItem List1.ListCount
B.List1.Clear
C.List1.List(List1.ListCount-1)= ""
D.List1.RemoveItem List1.ListCount-1
A.方法
B.對(duì)象
C.屬性
D.事件
A.Selected
B.List
C.Text
D.Caption
A.ListIndex
B.ListText
C.Listcount
D.隨機(jī)數(shù)
最新試題
在VB中,事件過(guò)程一般由操作系統(tǒng)調(diào)用。
窗體的name屬性與caption屬性是一樣的。
文本框Textl的KeyDown事件過(guò)程中參數(shù)KeyCode值表示()。
Load事件是在窗體被卸載時(shí)觸發(fā)。
下面程序的執(zhí)行后,a的輸出值是()a =2For i=1 to 2a =a*iNext iPrint a
以下關(guān)于靜態(tài)數(shù)組的描述正確的是()。
假設(shè)變量a=1234,執(zhí)行t=(a\100)Mod 10語(yǔ)句以后,t的值是()
如果要讓計(jì)數(shù)器每秒計(jì)數(shù)5次,則定時(shí)器Timer1的Interval屬性值應(yīng)設(shè)置為()
Print語(yǔ)句中有運(yùn)算和輸出的雙重功能,對(duì)于表達(dá)式是先輸出后計(jì)算。
Integer是指()型的數(shù)據(jù),占用兩個(gè)字節(jié),其取值為-32768~32767.