共用方式為


DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.DoDefaultAction 方法

定義

public:
 override void DoDefaultAction();
public override void DoDefaultAction ();
override this.DoDefaultAction : unit -> unit
Public Overrides Sub DoDefaultAction ()

例外狀況

DataGridViewCheckBoxCell 屬性所傳回的 Owner 並不屬於 DataGridView 控制項。

-或- DataGridViewCheckBoxCell 屬性所傳回的 Owner 並不屬於共用資料列。

-或-

.NET 5 和更新版本:屬性 Ownernull

備註

方法 DoDefaultAction 會在未選取時選取核取方塊,並在選取核取方塊時清除核取方塊。

適用於

另請參閱