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

このオブジェクトが属するコントロール。

適用対象