Exemplo n.º 1
0
 public Caret(Control control, int width, int height)
 {
     this.control = control;
     ControlExtensions.CreateCaret(control.Handle, IntPtr.Zero, width, height);
 }