DataGridColumnStyle::IDataGridColumnStyleEditingNotificationService::ColumnStartedEditing Method (Control^)

 

Informs the DataGrid control that the user has begun editing the column.

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

private:
virtual void ColumnStartedEditing(
	Control^ editingControl
) sealed = IDataGridColumnStyleEditingNotificationService::ColumnStartedEditing

Parameters

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

The Control that is editing the column.

When called, the ColumnStartedEditing method allows the 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: