public bool CreateSolidCaret(int nWidth, int nHeight) { return(User32APIs.CreateSolidCaret(Hwnd, nWidth, nHeight)); }