DataGridViewCell.DataGridViewCellAccessibleObject.Parent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual property System::Windows::Forms::AccessibleObject ^ Parent { System::Windows::Forms::AccessibleObject ^ get(); };
public override System.Windows.Forms.AccessibleObject Parent { get; }
public override System.Windows.Forms.AccessibleObject? Parent { get; }
member this.Parent : System.Windows.Forms.AccessibleObject
Public Overrides ReadOnly Property Parent As AccessibleObject
屬性值
的母公司 DataGridViewCell.DataGridViewCellAccessibleObject。
例外狀況
該財產的 Owner 價值為 null。
備註
屬性 Parent 回傳一個 DataGridViewRow.DataGridViewRowAccessibleObject,代表 DataGridViewRow 包含 的 DataGridViewCell。