A.btnOpen.Enable=true;
B.btnOpen.Enable=false;
C.btnOpen.Visible=true;
D.btnOpen.Visible=false;
您可能感興趣的試卷
你可能感興趣的試題
A.改變窗體的標題信息
B.在工程的選項中設(shè)置啟動窗體
C.設(shè)置窗體的IsMdiContainer屬性
D.設(shè)置窗體的ImeMode屬性
A.this.PictureBox1.SizeMode=PictureBoxSizeMode.AutoSize;
B.this.PictureBox1.SizeMode=PictureBoxSizeMode.Normal;
C.this.PictureBox1.SizeMode=PictureBoxSizeMode.StretchImage;
D.this.PictureBox1.SizeMode=PictureBoxSizeMode.CenterImage;
A.gridHer.DataSource=DsHer.Tables["T1"];
B.gridHer.Bind(DsHer,"T1");
C.gridHer.SetDataBinding(DsHer,"T1");
D.gridHer.DataBindings=DsHer["T1"];
A.Load
B.Activated
C.Closing
D.Closed
A.Closing
B.Closed
C.Load
D.VisibleChanged
最新試題
.Net FrameWork主要由哪幾部分組成?()
為了判斷線程t1是否是在后臺運行,需訪問t1的()屬性。
System.IO提供了一個抽象類Stream,表示對所有流的抽象。
獲取引發(fā)當前異常的方法的屬性是TargetSite。
finally一般被認為是“清理”塊,不管是否發(fā)生異常,都將被執(zhí)行。
C#定義常量的關(guān)鍵字是()。
以下類中可以用來構(gòu)造實例的有()。
在try…catch…finally語句中,若產(chǎn)生異常,執(zhí)行finally語句后會();若未產(chǎn)生異常,finally塊得到執(zhí)行后()。
在.NET 遠程處理中,()的類的實例可以跨應(yīng)用程序域進行按值封送。
()類型的異??善ヅ鋍atch(Exception e)語句。