ListBox.SelectedIndexCollection(ListBox) Konstruktor

Definition

Initierar en ny instans av ListBox.SelectedIndexCollection klassen.

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)

Parametrar

owner
ListBox

En ListBox som representerar samlingens ägare.

Kommentarer

Du kan inte skapa en instans av den här klassen utan att associera den med en ListBox kontroll.

Gäller för