This property is used for toggling the format of generated content. An example of the differences is that the "bold" command will generate <b> if the StyleWithCSS command is false and generate css style attribute (font-weight: bold) if the StyleWithCSS command is true.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool StyleWithCSS { get; set; }
Visual Basic
Public Property StyleWithCSS As Boolean
	Get
	Set
Visual C++
public:
property bool StyleWithCSS {
	bool get ();
	void set (bool value);
}

See Also