IDataGridViewEditingControl::ApplyCellStyleToEditingControl Method (DataGridViewCellStyle^)

 

Changes the control's user interface (UI) to be consistent with the specified cell style.

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

void ApplyCellStyleToEditingControl(
	DataGridViewCellStyle^ dataGridViewCellStyle
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: