public static bool HideCaret(IntPtr hWnd)
 {
     return(Api_User32.HideCaret(hWnd));
 }