Gets or sets whether URIs in the active document should be marked automatically with built-in URI marker or not.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool MarksUri { get; set; }
Visual Basic
Public Property MarksUri As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IUserInterface..::..MarksUri

Remarks

Note that built-in URI marker marks URIs in document and then Azuki shows the URIs as 'looks like URI,' but (1) clicking mouse button on them, or (2) pressing keys when the caret is at middle of a URI, makes NO ACTION BY DEFAULT. To define action on such event, programmer must implement such action as a part of event handler of standard mouse event or keyboard event. Please refer to the document of marking feature for details.

See Also