DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject Конструктор

Определение

Создает новый экземпляр класса 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)

Параметры

owner
DataGridViewCell

Элемент управления DataGridViewComboBoxCell, которому принадлежит этот объект.

Применяется к