MobileForms Toolkit Documentation

SmartGrid.OnKeyDown Method 

Handles the key navigation.

protected override void OnKeyDown(
KeyEventArgs e
);

Parameters

e
Key event arguments.

Remarks

Internal keyboard navigation is only enabled by KeyNavigation field. Key events are processed only when the control has focus.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace