These are two types of text formatting tags -- logical formatting tags ( <strong> and <em> ), which describe the information in the element, and physical formatting tags (<b> and <i>), which specify its appearance. By default CuteEditor use the logical formatting tags ( <strong> and <em> ). If you want to use the physical tags (<b> and <i>), you can set this property to true.

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

Syntax

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

See Also