DataGridViewHeaderCell::OnMouseLeave Method (Int32)
.NET Framework (current version)
Called when the mouse pointer leaves the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row containing the cell.
The OnMouseLeave method sets the ButtonState to Normal if it was in another state and visual styles are enabled for headers. For more information about visual styles for headers, see the DataGridView::EnableHeadersVisualStyles property.
This method is similar to the DataGridView::OnCellMouseLeave method. It is called in the same circumstances in which a DataGridView::CellMouseLeave event is raised, but it does not actually raise the event.
Notes to Inheritors:
When overriding OnMouseLeave in a derived class, be sure to call the base class's OnMouseLeave method.
.NET Framework
Available since 2.0
Available since 2.0
Show: