<BrowsableAttribute(True)> _ Public Property AllowFonts As Boolean
Dim instance As RichHtmlField Dim value As Boolean value = instance.AllowFonts instance.AllowFonts = value
[BrowsableAttribute(true)] public bool AllowFonts { get; set; }
If you set this flag to FALSE, <font> and <basefont> tags are removed from the HTML. Default is TRUE. This property also determines whether the editing user interface (UI) enables these operations.
When AllowFonts is set to False , the following buttons are disabled in the SharePoint HTML Editor: