Base Combo Box CellOn Mouse Move Method
This is overridden to invalidate the cell as needed when the mouse moves around within it to show the
drop-down button as hot or cold.
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override void OnMouseMove(
DataGridViewCellMouseEventArgs e
)VB
Protected Overrides Sub OnMouseMove (
e As DataGridViewCellMouseEventArgs
)C++
protected:
virtual void OnMouseMove(
DataGridViewCellMouseEventArgs^ e
) overrideF#
abstract OnMouseMove :
e : DataGridViewCellMouseEventArgs -> unit
override OnMouseMove :
e : DataGridViewCellMouseEventArgs -> unit Parameters
- e DataGridViewCellMouseEventArgs
- The event arguments