DataGridViewTextBoxEditingControl::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)

public:
virtual void ApplyCellStyleToEditingControl(
	DataGridViewCellStyle^ dataGridViewCellStyle
)

Parameters

dataGridViewCellStyle
Type: System.Windows.Forms::DataGridViewCellStyle^

The DataGridViewCellStyle to use as the model for the UI.

.NET Framework
Available since 2.0
Return to top
Show: