AutoFormatHyperlinks Property (C1RichTextBox)
In This Topic
Gets or sets a value that indicates whether url strings would be converted to hyperlink when the user presses the ENTER or SPACE key.
Syntax
'Declaration
Public Property AutoFormatHyperlinks As Boolean
public bool AutoFormatHyperlinks {get; set;}
See Also