<BrowsableAttribute(True)> _ Public Property AllowLists As Boolean
Dim instance As RichHtmlField Dim value As Boolean value = instance.AllowLists instance.AllowLists = value
[BrowsableAttribute(true)] public bool AllowLists { get; set; }
If this flag is set to FALSE, <LI>, <OL>, <UL>, <DD>, <DL>, <DT> and <MENU> tags will removed from the HTML. Default is TRUE. This also determines whether the editing user interface (UI) enables these operations.