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