Is it possible to get the cursor position in any way in a textBox and also set a Cursorpositon.
I have tried out this syntax but am not sure if this is correct:
I dont know what this returns.
textBox1->Cursor->Position::get();
textBox1->Cursor->Position::set();