DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.DoDefaultAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs the default action of the DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.
public:
override void DoDefaultAction();
public override void DoDefaultAction ();
override this.DoDefaultAction : unit -> unit
Public Overrides Sub DoDefaultAction ()
Exceptions
The DataGridViewButtonCell returned by the Owner property does not belong to a DataGridView control.
-or-
The DataGridViewButtonCell returned by the Owner property belongs to a shared row.
-or-
In .NET 5 and later versions, the Owner property is null
.
Remarks
The DoDefaultAction method causes the button in the DataGridViewButtonCell to be clicked.