RatingCellKeyDownUnsharesRow 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 a digit 0 through 9 or + or - is hit and the Alt, Control, and Shift keys are not held down, otherwise false.

See Also