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