DataGridViewCell.DataGridViewCellAccessibleObject.Owner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定擁有 的 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 屬性已設定。