Implements a read-only collection of selected items in the VListBox.
Inheritance: ICollection, IEnumerable
Beispiel #1
0
 /// <summary>
 /// Constructs a new instance of this class.
 /// </summary>
 public VListBox() : base()
 {
     selectedIndices = new VListBox.SelectedIndexCollection(this);
 }
Beispiel #2
0
 /// <summary>
 /// Constructs a new instance of this class.
 /// </summary>
 public VListBox()
     : base()
 {
     selectedIndices = new VListBox.SelectedIndexCollection(this);
 }