Exemplo n.º 1
0
 public static bool HideCaret(IntPtr hWnd)
 {
     return(Api_User32.HideCaret(hWnd));
 }