Table of Contents

Property AutoUrl

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AutoUrl

Gets or sets a value indicating whether urls in the input text are highlighted and underlined.

[Browsable(false)]
public virtual bool AutoUrl { get; set; }

Property Value

bool

true if urls in the input text are highlighted and underlined; false, if urls in the input text are shown as normal text. The default is false.

Remarks

We do not suggest using this property as there is no known way to specify color of the url text. On dark themes auto urls don’t look good on Linux. If you need to highlight urls, use RichTextBox control.