BaseComboBoxCellOnMouseLeave Method

This is overridden to invalidate the cell when the mouse leaves it when themed and the mouse is over the drop-down button or when using the pop-up combo box style.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnMouseLeave(
	int rowIndex
)

Parameters

rowIndex  Int32
The row index

See Also