Click or drag to resize
GridControlProcessCmdKey Method
Internal.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
protected override sealed bool ProcessCmdKey(
	ref Message m,
	Keys k
)

Parameters

m
Type: System.Windows.FormsMessage
Internal.
k
Type: System.Windows.FormsKeys
Internal.

Return Value

Type: Boolean
true on success.
Remarks
Handle Command Keys events
See Also