ImageListCellKeyDownUnsharesRow 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: 2023.4.9.0
protected override bool KeyDownUnsharesRow(
	KeyEventArgs e,
	int rowIndex
)

Parameters

e  KeyEventArgs
The event arguments
rowIndex  Int32
The index of the row containing the cell

Return Value

Boolean
True if Space is hit and the Alt, Control, and Shift keys are not held down, otherwise false.

See Also