A.objListView.Items[0].ListViewSubItems.Add("Hello Kitty");
B.objListView.SubItems[0].Add("Hello Kitty");
C.objListView[0].SubItems.Add("Hello Kitty");
D.objListView.Items[0].SubItems.Add("Hello Kitty");
您可能感興趣的試卷
你可能感興趣的試題
A.要將formboderstyle屬性設(shè)置為none
B.要將opacity屬性設(shè)置為小于100%
C.要將locked 屬性設(shè)置為true
D.要將enabled屬性設(shè)置為true
請分析如下c#代碼片段,選擇正確的輸出結(jié)果()
A.8,oday,Monday
B.7,day,Monday
C.7,day,day is Monday
D.8,oday,day is Monday
A.properties.cs
B.form.cs
C.form.designer.cs
D.program.cs
A.Locked
B.Visiable
C.Enabled
D.ReadOnly
A.TextBox
B.ComboBox
C.ListView
D.Label
最新試題
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設(shè)置控件是否已選中。
在C#中,使用()關(guān)鍵字來導入命名空間。
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
下列關(guān)于數(shù)據(jù)集DataSet的說法,錯誤的是()
在Net框架中,下列被稱為根命名空間的是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
以下關(guān)于MessageBox.Show()方法中4個參數(shù),說法正確的是()
以下是TextBox控件常用事件的是()