/// <summary> /// Pres the process wm key down_ control V. /// </summary> /// <param name="m">The m.</param> /// <returns></returns> protected virtual bool PreProcessWmKeyDown_ControlV(ref Message m) { HexViewer.Paste(); return(true); }