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