Gets a reference to the [!:ISpellDialog] that is being used to spell-check a control.

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

Syntax

C#
public Form Dialog { get; }
Visual Basic (Declaration)
Public ReadOnly Property Dialog As Form
	Get

Remarks

If this parameter is null, then no spell dialog is active and the bad word was found in as-you-type mode.

See Also