Gets a reference to the ISpellDialog that is being used to spell-check a control.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public Control Dialog { get; }
Visual Basic
Public ReadOnly Property Dialog As Control
	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