Base Image CellMouse Enter Unshares Row Method
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if the mouse is in the cell in which the mouse button was pressed, otherwise false
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool MouseEnterUnsharesRow(
int rowIndex
)VB
Protected Overrides Function MouseEnterUnsharesRow (
rowIndex As Integer
) As BooleanC++
protected:
virtual bool MouseEnterUnsharesRow(
int rowIndex
) overrideF#
abstract MouseEnterUnsharesRow :
rowIndex : int -> bool
override MouseEnterUnsharesRow :
rowIndex : int -> bool Parameters
- rowIndex Int32
- The index of the row containing the cell
Return Value
BooleanTrue if the mouse is in the cell in which the mouse button was pressed, otherwise false