Implements a read-only collection of selected items in the VListBox.
Inheritance: ICollection, IEnumerable
コード例 #1
0
 /// <summary>
 /// Constructs a new instance of this class.
 /// </summary>
 public VListBox() : base()
 {
     selectedIndices = new VListBox.SelectedIndexCollection(this);
 }
コード例 #2
0
ファイル: VListBox.cs プロジェクト: Blackfrosch/VAGEDCSuite
 /// <summary>
 /// Constructs a new instance of this class.
 /// </summary>
 public VListBox()
     : base()
 {
     selectedIndices = new VListBox.SelectedIndexCollection(this);
 }