UltimateSpell Class Library

UltimateSpell.ShowModal Property

Gets or sets a value that indicates whether to show the spell check dialog box in modal form.

[Visual Basic]
Overridable Public Property ShowModal As Boolean
[C#]
public virtual bool ShowModal {get; set;}

Property Value

true if the spell check dialog box is shown in modal form; otherwise, false. The default value is false.

Remarks

Use this property to show the spell check dialog box in modal form so that the user cannot click the parent window while the dialog box is open. This feature is supported by IE only.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace