<BrowsableAttribute(True)> _ Public Property AllowTables As Boolean
Dim instance As RichHtmlField Dim value As Boolean value = instance.AllowTables instance.AllowTables = value
[BrowsableAttribute(true)] public bool AllowTables { get; set; }
If this flag is set to False, <CAPTION>, <COL>, <COLGROUP>, <TABLE>, <TBODY>, <TD>, <TFOOT>, <TH>, <THEAD>, <TR>, <FIELDSET>, <LEGEND> and <HR> tags will removed from the HTML. Default is TRUE. This property also determines whether the editing user interface (UI) enables these operations.