It looks like the easiest way would be to use the Hide and Show methods on the Cursor class. You can put these in the MouseEnter and MouseLeave events on the textbox so that when the mouse enters the textbox, the cursor hides and when it leaves, the cursor shows again.
Comment