<BrowsableAttribute(True)> _ Public Property AllowHyperlinks As Boolean
Dim instance As RichHtmlField Dim value As Boolean value = instance.AllowHyperlinks instance.AllowHyperlinks = value
[BrowsableAttribute(true)] public bool AllowHyperlinks { get; set; }
If this flag is set to False, <A>, <AREA> and <MAP> tags are removed from the HTML. Default is True. This property also determines whether the editing user interface (UI) enables these operations.