DataGrid::ColumnStartedEditing Method (Rectangle)

 

Informs the System.Windows.Forms::DataGrid control when the user begins to edit the column at the specified location.

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

public protected:
virtual void ColumnStartedEditing(
	Rectangle bounds
)

Parameters

bounds
Type: System.Drawing::Rectangle

The Rectangle that defines the location of the edited column.

When called, the ColumnStartedEditing method enables the System.Windows.Forms::DataGrid control to show a pencil in the row header.

.NET Framework
Available since 1.1
Return to top
Show: