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)

パラメーター

こちらもご覧ください

適用対象