Be.Windows.Forms.HexBox.StringKeyInterpreter.PreProcessWmKeyDown_Right C# (CSharp) Method

PreProcessWmKeyDown_Right() protected method

protected PreProcessWmKeyDown_Right ( Message &m ) : bool
m Message
return bool
            protected override bool PreProcessWmKeyDown_Right(ref Message m)
            {
                return PerformPosMoveRightByte();
            }