Beispiel #1
0
 public bool CreateGrayCaret(int nWidth, int nHeight)
 {
     return(User32APIs.CreateGrayCaret(Hwnd, nWidth, nHeight));
 }