GridControl.OnStandardKeyProcessing(KeyEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual bool OnStandardKeyProcessing(System::Windows::Forms::KeyEventArgs ^ ke);
protected virtual bool OnStandardKeyProcessing (System.Windows.Forms.KeyEventArgs ke);
abstract member OnStandardKeyProcessing : System.Windows.Forms.KeyEventArgs -> bool
override this.OnStandardKeyProcessing : System.Windows.Forms.KeyEventArgs -> bool
Protected Overridable Function OnStandardKeyProcessing (ke As KeyEventArgs) As Boolean
Parameters
- ke
- KeyEventArgs