Image List CellKey Down Unshares Row Method
Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if Space is hit and the Alt, Control, and Shift keys are not held down, otherwise false.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool KeyDownUnsharesRow(
KeyEventArgs e,
int rowIndex
)VB
Protected Overrides Function KeyDownUnsharesRow (
e As KeyEventArgs,
rowIndex As Integer
) As BooleanC++
protected:
virtual bool KeyDownUnsharesRow(
KeyEventArgs^ e,
int rowIndex
) overrideF#
abstract KeyDownUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool
override KeyDownUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool Parameters
- e KeyEventArgs
- The event arguments
- rowIndex Int32
- The index of the row containing the cell
Return Value
BooleanTrue if Space is hit and the Alt, Control, and Shift keys are not held down, otherwise false.