Specifies if the content of the field is visualized as Hyperlink

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsHyperlink { get; set; }
Visual Basic
Public Property IsHyperlink As Boolean
	Get
	Set
JScript
final function get IsHyperlink () : boolean
final function set IsHyperlink (value : boolean)

Implements

IAwxAlarmField..::..IsHyperlink

Remarks

The text is converted to an Hyperlink ONLY if it's a valid Uri

See Also