System.Windows.Forms.HexBox.StringKeyInterpreter.PreProcessWmKeyDown_Left C# (CSharp) Méthode

PreProcessWmKeyDown_Left() protected méthode

protected PreProcessWmKeyDown_Left ( Message &m ) : bool
m Message
Résultat bool
            protected override bool PreProcessWmKeyDown_Left(ref Message m)
            {
                return PerformPosMoveLeftByte();
            }