Share via


DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject Constructeur

Définition

Instancie une nouvelle instance de la classe DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.

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)

Paramètres

owner
DataGridViewCell

Contrôle DataGridViewComboBoxCell auquel appartient cet objet.

S’applique à