Example #1
0
 protected override void WndProc(ref System.Windows.Forms.Message m)
 {
     base.WndProc(ref m);
     Caret.HideCaret(Handle);
 }