Ejemplo n.º 1
0
 public bool CreateSolidCaret(int nWidth, int nHeight)
 {
     return(User32APIs.CreateSolidCaret(Hwnd, nWidth, nHeight));
 }