Click or drag to resize
GridTabBeamEditKeyPress Method
Performs special handling for the Enter key and ends editing.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
protected virtual void EditKeyPress(
	Object sender,
	KeyPressEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: System.Windows.FormsKeyPressEventArgs
The event data.
See Also