ListView.CheckedListViewItemCollection(ListView) Konstruktor

Definice

Inicializuje novou instanci ListView.CheckedListViewItemCollection třídy .

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

Parametry

owner
ListView

Ovládací ListView prvek, který vlastní kolekci.

Poznámky

Nelze vytvořit instanci této třídy bez přidružení k ovládacímu prvku ListView .

Platí pro