BaseImageCellMouseDownUnsharesRow Method

Indicates whether a row will be unshared when the user holds down a mouse button while the pointer is on a cell in the row.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool MouseDownUnsharesRow(
	DataGridViewCellMouseEventArgs e
)

Parameters

e  DataGridViewCellMouseEventArgs
The event arguments

Return Value

Boolean
True if the left mouse button is pressed, otherwise false

See Also