DlgGridControl.ShouldRedirectKeyPressToMouseClick Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- curRow
- Int64
- curCol
- Int32
- key
- Keys
- mod
- Keys