IDataGridViewEditingControl::ApplyCellStyleToEditingControl Method (DataGridViewCellStyle^)
.NET Framework (current version)
Changes the control's user interface (UI) to be consistent with the specified cell style.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataGridViewCellStyle
-
Type:
System.Windows.Forms::DataGridViewCellStyle^
The DataGridViewCellStyle to use as the model for the UI.
Typically, an implementation of this method will set UI properties for the editing control, such as font, background color, and foreground color, to the values of corresponding properties in the dataGridViewCellStyle, which is the style used for the cell hosting the control.
The following code example provides an implementation of this member. This example is part of a larger example available in How to: Host Controls in Windows Forms DataGridView Cells.
.NET Framework
Available since 2.0
Available since 2.0
Show: