DataGrid.ColumnStartedEditing Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the DataGrid control that the user has begun editing a column.
ColumnStartedEditing(Rectangle) |
Informs the DataGrid control when the user begins to edit the column at the specified location. |
ColumnStartedEditing(Control) |
Informs the DataGrid control when the user begins to edit a column using the specified control. |
Informs the DataGrid control when the user begins to edit the column at the specified location.
protected public:
virtual void ColumnStartedEditing(System::Drawing::Rectangle bounds);
protected internal virtual void ColumnStartedEditing(System.Drawing.Rectangle bounds);
abstract member ColumnStartedEditing : System.Drawing.Rectangle -> unit
override this.ColumnStartedEditing : System.Drawing.Rectangle -> unit
Protected Friend Overridable Sub ColumnStartedEditing (bounds As Rectangle)
Parameters
Remarks
When called, the ColumnStartedEditing method enables the System.Windows.Forms.DataGrid control to show a pencil in the row header.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 10 |
Informs the DataGrid control when the user begins to edit a column using the specified control.
protected public:
virtual void ColumnStartedEditing(System::Windows::Forms::Control ^ editingControl);
protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl);
abstract member ColumnStartedEditing : System.Windows.Forms.Control -> unit
override this.ColumnStartedEditing : System.Windows.Forms.Control -> unit
Protected Friend Overridable Sub ColumnStartedEditing (editingControl As Control)
Parameters
Remarks
When called, the ColumnStartedEditing method enables the System.Windows.Forms.DataGrid control to show a pencil in the row header.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: