Indicates whether to show SpellChecker dialog or just allow a user to select suggestions from context menu.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public bool ShowSpellCheckerDialog { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property ShowSpellCheckerDialog As Boolean
	Get
	Set

See Also