CuteEditor for .NET 6.0 Class Library

Editor.RichEditingIsAvailable Property

Whether to enable the client script based HTML editor. Returns a boolean value indicating whether the editor will provide rich-text editing. The decision should be based on both browser capabilities and on the page developer's choice. This property returns true if the end-user loads the page using Internet Explorer 5.5 or later running on Windows and the editor EnableClientScript property value is set to true.

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

See Also

Editor Class | CuteEditor Namespace