ImageListCellKeyDownUnsharesRow Method
Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool KeyDownUnsharesRow(
KeyEventArgs e,
int rowIndex
)
Protected Overrides Function KeyDownUnsharesRow (
e As KeyEventArgs,
rowIndex As Integer
) As Boolean
protected:
virtual bool KeyDownUnsharesRow(
KeyEventArgs^ e,
int rowIndex
) override
abstract KeyDownUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool
override KeyDownUnsharesRow :
e : KeyEventArgs *
rowIndex : int -> bool
- e KeyEventArgs
- The event arguments
- rowIndex Int32
- The index of the row containing the cell
BooleanTrue if Space is hit and the Alt, Control, and Shift keys are not held down, otherwise
false.