Share via


DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject Konstruktor

Definition

Instanziiert eine neue Instanz der DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject-Klasse.

public:
 DataGridViewComboBoxCellAccessibleObject(System::Windows::Forms::DataGridViewCell ^ owner);
public DataGridViewComboBoxCellAccessibleObject (System.Windows.Forms.DataGridViewCell owner);
public DataGridViewComboBoxCellAccessibleObject (System.Windows.Forms.DataGridViewCell? owner);
new System.Windows.Forms.DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject : System.Windows.Forms.DataGridViewCell -> System.Windows.Forms.DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject
Public Sub New (owner As DataGridViewCell)

Parameter

owner
DataGridViewCell

Das DataGridViewComboBoxCell-Steuerelement, zu dem dieses Objekt gehört.

Gilt für: