DataGridViewImageCell.DataGridViewImageCellAccessibleObject.DoDefaultAction Method

Definition

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

Exceptions

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

Remarks

The DataGridViewImageCell has no default action.

Applies to

See also