DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.DoDefaultAction Method

Definition

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

Exceptions

The DataGridViewCheckBoxCell returned by the Owner property does not belong to a DataGridView control.

-or-

The DataGridViewCheckBoxCell returned by the Owner property belongs to a shared row.

-or-

.NET 5 and later versions: The Owner property is null.

Remarks

The DoDefaultAction method selects the check box if it is not selected, and clears the check box if it is selected.

Applies to

See also