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.

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

Syntax

C#
public bool RichEditingIsAvailable { get; }
Visual Basic
Public ReadOnly Property RichEditingIsAvailable As Boolean
	Get
Visual C++
public:
property bool RichEditingIsAvailable {
	bool get ();
}

See Also