DataGridViewHeaderCell::MouseLeaveUnsharesRow Method (Int32)
.NET Framework (current version)
Indicates whether a row will be unshared when the mouse pointer leaves the row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row that the mouse pointer left.
Return Value
Type: System::Booleantrue if the ButtonState property value is not Normal, visual styles are enabled, and the DataGridView::EnableHeadersVisualStyles property is true; otherwise, false.
For information about enabling visual styles, see the Application::EnableVisualStyles method.
MouseLeaveUnsharesRow is called just before OnMouseLeave. It must return true if the call to OnMouseLeave has the effect of unsharing the row rowIndex. It should return false otherwise.
For more information about row sharing, see Best Practices for Scaling the Windows Forms DataGridView Control.
.NET Framework
Available since 2.0
Available since 2.0
Show: