Hello!
I found neither explanation in documentation nor sample about AutoInsertHyperlinks property.
How does it work?
For example:
RadRichTextBox show this as plain text.
What behaviour of AutoInsertHyperlinks property is standard?
And how I can use advantages of this property right?
Thank you.
I found neither explanation in documentation nor sample about AutoInsertHyperlinks property.
How does it work?
For example:
Document = new RadDocument();const string input = @"sdfsdfsdfsdfs";var editor = new RadDocumentEditor(Box.Document);editor.Insert(input);RadRichTextBox show this as plain text.
What behaviour of AutoInsertHyperlinks property is standard?
And how I can use advantages of this property right?
Thank you.