DlgGridControl.ShouldRedirectKeyPressToMouseClick 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 ShouldRedirectKeyPressToMouseClick(long curRow, int curCol, System::Windows::Forms::Keys key, System::Windows::Forms::Keys mod);
protected virtual bool ShouldRedirectKeyPressToMouseClick (long curRow, int curCol, System.Windows.Forms.Keys key, System.Windows.Forms.Keys mod);
abstract member ShouldRedirectKeyPressToMouseClick : int64 * int * System.Windows.Forms.Keys * System.Windows.Forms.Keys -> bool
override this.ShouldRedirectKeyPressToMouseClick : int64 * int * System.Windows.Forms.Keys * System.Windows.Forms.Keys -> bool
Protected Overridable Function ShouldRedirectKeyPressToMouseClick (curRow As Long, curCol As Integer, key As Keys, mod As Keys) As Boolean
Parameters
- curRow
- Int64
- curCol
- Int32
- key
- Keys
- mod
- Keys