DataGridColumnStyle::ColumnStartedEditing Method (Control^)

 

Informs the System.Windows.Forms::DataGrid that the user has begun editing the column.

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 that hosted by the column.

When called, the ColumnStartedEditing method allows the System.Windows.Forms::DataGrid control to show a pencil in the row header indicating the row is being edited.

.NET Framework
Available since 1.1
Return to top
Show: