27
2012
03

ListBox 控件中的项

private void Form1_Load(object sender, System.EventArgs e)
{
listBox1.Items.Add("Angelina");
listBox1.Items.Add("Isabella");
listBox1.Items.Add("Sarah");
}

private void button1_Click(object sender, System.EventArgs e)
{
// Set the search string:
...
«1»