ShowModal Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether to show the spell check, grammar check, and synonyms dialog boxes in modal form.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public virtual bool ShowModal { get; set; }
Visual Basic
Public Overridable Property ShowModal As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ShowModal {
	bool get ();
	void set (bool value);
}

Field Value

true if the spell check, grammar check, and synonyms dialog boxes are shown in modal form; otherwise, false. The default value is false.

Remarks

Use this property to show the spell check, grammar check, and synonyms dialog boxes 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