ListBox.SelectedIndexCollection(ListBox) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ListBox.SelectedIndexCollection.

public:
 SelectedIndexCollection(System::Windows::Forms::ListBox ^ owner);
public SelectedIndexCollection (System.Windows.Forms.ListBox owner);
new System.Windows.Forms.ListBox.SelectedIndexCollection : System.Windows.Forms.ListBox -> System.Windows.Forms.ListBox.SelectedIndexCollection
Public Sub New (owner As ListBox)

Parametry

owner
ListBox

Reprezentujący ListBox właściciela kolekcji.

Uwagi

Nie można utworzyć wystąpienia tej klasy bez skojarzenia go z kontrolką ListBox .

Dotyczy