CuteEditor for .NET 6.0 Class Library

Editor.UsePhysicalFormattingTags Property

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.

[Visual Basic]
Public Property UsePhysicalFormattingTags As Boolean
[C#]
public bool UsePhysicalFormattingTags {get; set;}

See Also

Editor Class | CuteEditor Namespace