DataGridViewComboBoxCell.ObjectCollection(DataGridViewComboBoxCell) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der DataGridViewComboBoxCell.ObjectCollection-Klasse.
public:
ObjectCollection(System::Windows::Forms::DataGridViewComboBoxCell ^ owner);
public ObjectCollection (System.Windows.Forms.DataGridViewComboBoxCell owner);
new System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection : System.Windows.Forms.DataGridViewComboBoxCell -> System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection
Public Sub New (owner As DataGridViewComboBoxCell)
Parameter
- owner
- DataGridViewComboBoxCell
Die DataGridViewComboBoxCell, die die Auflistung besitzt.