DataGridTextBoxColumn::Abort Method (Int32)

 
Use BaseTrue

Initiates a request to interrupt an edit procedure.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
virtual void Abort(
	int rowNum
) override

Parameters

rowNum
Type: System::Int32

The number of the row in which an edit operation is being interrupted.

This method rolls back any change made to the column and invokes the HideEditBox and EndEdit methods.

.NET Framework
Available since 1.1
Return to top
Show: