DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject コンストラクター

定義

DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject クラスの新しいインスタンスを生成します。

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

パラメーター

owner
DataGridViewCell

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

適用対象