DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject Конструктор

Определение

Инициализирует новый экземпляр класса DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.

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

Параметры

owner
DataGridViewCell

Объект DataGridViewCell, которому принадлежит DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.

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

См. также раздел