單項選擇題工具欄上的一個SpeedButton按鈕如果要設(shè)置為狀態(tài)按鈕,則正確設(shè)置的方法是() 

A.將SpeedButton按鈕的GroupIndex屬性設(shè)置為0,且AllowAllUp屬性設(shè)置為True。
B.將SpeedButton按鈕的GroupIndex屬性設(shè)置為0,且AllowAllUp屬性設(shè)置為False。
C.將SpeedButton按鈕的GroupIndex屬性設(shè)置為非0值,且AllowAllUp屬性設(shè)置為True。
D.將SpeedButton按鈕的GroupIndex屬性設(shè)置為非0值,且AllowAllUp屬性設(shè)置為False。


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題“x 是小于100的非負數(shù)”的Object Pascal表達式是()

A.0 ≤ x  < 100
B. x >= 0,x<100
C.(x >=0) AND (x < 100)
D. (x >= 0 ) OR (x<100)