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.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool MouseDownUnsharesRow(
DataGridViewCellMouseEventArgs e
)
Protected Overrides Function MouseDownUnsharesRow (
e As DataGridViewCellMouseEventArgs
) As Boolean
protected:
virtual bool MouseDownUnsharesRow(
DataGridViewCellMouseEventArgs^ e
) override
abstract MouseDownUnsharesRow :
e : DataGridViewCellMouseEventArgs -> bool
override MouseDownUnsharesRow :
e : DataGridViewCellMouseEventArgs -> bool
- e DataGridViewCellMouseEventArgs
- The event arguments
BooleanTrue if the left mouse button is pressed, otherwise false