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.DataGridViewCellAccessibleObject を所有している DataGridViewCell

例外

このプロパティを設定したときに、Owner プロパティが既に設定されています。

適用対象

こちらもご覧ください