DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject 建構函式

定義

執行個體化 DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject 類別的新執行個體。

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)

參數

owner
DataGridViewCell

此物件所屬的控制項。

適用於