DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.DoDefaultAction 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
override void DoDefaultAction();
public override void DoDefaultAction ();
override this.DoDefaultAction : unit -> unit
Public Overrides Sub DoDefaultAction ()
例外狀況
DataGridViewButtonCell 屬性所傳回的 Owner 並不屬於 DataGridView 控制項。
-或- DataGridViewButtonCell 屬性所傳回的 Owner 並不屬於共用資料列。
-或-
在 .NET 5 和更新版本中, Owner 屬性為 null
。
備註
方法 DoDefaultAction 會使 中的 DataGridViewButtonCell 按鈕被按一下。