DataGridViewCell.DataGridViewCellAccessibleObject.Owner プロパティ

定義

DataGridViewCell.DataGridViewCellAccessibleObjectを所有するセルを取得または設定します。

public:
 property System::Windows::Forms::DataGridViewCell ^ Owner { System::Windows::Forms::DataGridViewCell ^ get(); void set(System::Windows::Forms::DataGridViewCell ^ value); };
public System.Windows.Forms.DataGridViewCell Owner { get; set; }
public System.Windows.Forms.DataGridViewCell? Owner { get; set; }
member this.Owner : System.Windows.Forms.DataGridViewCell with get, set
Public Property Owner As DataGridViewCell

プロパティ値

DataGridViewCellを所有するDataGridViewCell.DataGridViewCellAccessibleObject

例外

このプロパティを設定する場合、 Owner プロパティは既に設定されています。

適用対象

こちらもご覧ください