Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
UltraFormattedTextEditor: selecting text in code and extracting selected text in code
posted

Hi,

in the RichTextBox-control which comes with visual studio I can select text from the textbox content with the select method: "Select(Int32, Int32), Selects a range of text in the text box. (Inherited from TextBoxBase.)"

and I can retrieve the selected text with the property 'SelectedText' -"Gets or sets the selected text within the RichTextBox. (Overrides TextBoxBase.SelectedText.)"

How can I accomplish this with the UltraFormattedTextEditor?