DlgGridControl.OnKeyPressedOnCell(Int64, Int32, Keys, Keys) 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:
override void OnKeyPressedOnCell(long curRow, int curCol, System::Windows::Forms::Keys key, System::Windows::Forms::Keys mod);
protected override void OnKeyPressedOnCell (long curRow, int curCol, System.Windows.Forms.Keys key, System.Windows.Forms.Keys mod);
override this.OnKeyPressedOnCell : int64 * int * System.Windows.Forms.Keys * System.Windows.Forms.Keys -> unit
Protected Overrides Sub OnKeyPressedOnCell (curRow As Long, curCol As Integer, key As Keys, mod As Keys)
Parameters
- curRow
- Int64
- curCol
- Int32
- key
- Keys
- mod
- Keys