找到选中的多个项,我分明选中了,
  但ListBox1.Items[i].Selected全都为false,求救啊
             for(int   i=0;i<ListBox1.Items.Count;i++)   
              {
                  if (ListBox1.Items[i].Selected)
                  {
                      this.ListBox1.Items[i].Value;   
                  } 
              } 有没有更好的方法