DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject Constructor

Definition

Instantiates a new instance of the DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject class.

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

Parameters

owner
DataGridViewCell

The control to which this object belongs.

Applies to