ListView.ColumnHeaderCollection(ListView) Konstruktor
Definition
Initialisiert eine neue Instanz der ListView.ColumnHeaderCollection-Klasse.Initializes a new instance of the ListView.ColumnHeaderCollection class.
public:
ColumnHeaderCollection(System::Windows::Forms::ListView ^ owner);
public ColumnHeaderCollection (System.Windows.Forms.ListView owner);
new System.Windows.Forms.ListView.ColumnHeaderCollection : System.Windows.Forms.ListView -> System.Windows.Forms.ListView.ColumnHeaderCollection
Public Sub New (owner As ListView)
Parameter
Hinweise
Sie können keine Instanz dieser Klasse erstellen, ohne Sie mit einem-Steuerelement zu verknüpfen ListView .You cannot create an instance of this class without associating it with a ListView control.