Share via


DlgGridControl.ShouldRedirectKeyPressToMouseClick Method

Definition

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

Returns

Applies to