Base Image CellContent Double Click Unshares Row Method
Indicates whether the cell's row will be unshared when the cell's content is double-clicked
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if this is the current cell and it is in edit mode, otherwise false
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool ContentDoubleClickUnsharesRow(
DataGridViewCellEventArgs e
)VB
Protected Overrides Function ContentDoubleClickUnsharesRow (
e As DataGridViewCellEventArgs
) As BooleanC++
protected:
virtual bool ContentDoubleClickUnsharesRow(
DataGridViewCellEventArgs^ e
) overrideF#
abstract ContentDoubleClickUnsharesRow :
e : DataGridViewCellEventArgs -> bool
override ContentDoubleClickUnsharesRow :
e : DataGridViewCellEventArgs -> bool Parameters
- e DataGridViewCellEventArgs
- The event arguments
Return Value
BooleanTrue if this is the current cell and it is in edit mode, otherwise false