Sdílet prostřednictvím


ListView.CheckedIndexCollection(ListView) Konstruktor

Definice

Inicializuje novou instanci ListView.CheckedIndexCollection třídy.

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

Parametry

owner
ListView

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

Výjimky

.NET 7 a novější verze: owner je null.

Poznámky

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

Platí pro