DataGridViewCell.DataGridViewCellAccessibleObject Конструкторы

Определение

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

Перегрузки

DataGridViewCell.DataGridViewCellAccessibleObject()

Инициализирует новый экземпляр класса DataGridViewCell.DataGridViewCellAccessibleObject без инициализации свойства Owner.

DataGridViewCell.DataGridViewCellAccessibleObject(DataGridViewCell)

Инициализирует новый экземпляр класса DataGridViewCell.DataGridViewCellAccessibleObject и устанавливает в качестве значения свойства Owner указанный элемент DataGridViewCell.

DataGridViewCell.DataGridViewCellAccessibleObject()

Инициализирует новый экземпляр класса DataGridViewCell.DataGridViewCellAccessibleObject без инициализации свойства Owner.

public:
 DataGridViewCellAccessibleObject();
public DataGridViewCellAccessibleObject ();
Public Sub New ()

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

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

DataGridViewCell.DataGridViewCellAccessibleObject(DataGridViewCell)

Инициализирует новый экземпляр класса DataGridViewCell.DataGridViewCellAccessibleObject и устанавливает в качестве значения свойства Owner указанный элемент DataGridViewCell.

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

Параметры

owner
DataGridViewCell

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

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

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