ListBox.SelectedIndexCollection(ListBox) Konstruktor

Definition

Initialisiert eine neue Instanz der ListBox.SelectedIndexCollection-Klasse.

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)

Parameter

owner
ListBox

A ListBox representing the owner of the collection.

Hinweise

Sie können keine Instanz dieser Klasse erstellen, ohne sie einem ListBox Steuerelement zuzuordnen.

Gilt für: