DataGrid::ColumnStartedEditing Method (Control^)

 

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

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

public protected:
virtual void ColumnStartedEditing(
	Control^ editingControl
)

Parameters

editingControl
Type: System.Windows.Forms::Control^

The Control used to edit the 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: