Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.HtmlBodyCssClass Property

Gets or sets the style applied to the body element of the text area.

[Visual Basic]
Public Property HtmlBodyCssClass As String
[C#]
public String HtmlBodyCssClass {get; set;}

Remarks

This property can be used to set the default font for the editor contents. The same CSS class usually should also be used while displaying the contents without using the editor in order to maintain consistent look and feel for the contents.

See Also

Editor Class | EO.Web Namespace


Direct link to this topic