Hello,
is there any way to determine the cursor position within a ultratextedtitor control? Assume that text is not selected.
ThanksStephan
You would do this the same way as with a TextBox control. Use the SelectionStart and SelectionLength properties.