Sets a value that indicates whether to show the spell check, grammar check, and synonyms dialog boxes in modal form.
Namespace: Karamasoft.Html.UltimateSpellMVCAssembly: UltimateSpellMVC (in UltimateSpellMVC.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public UltimateSpellCreator ShowModal( bool value ) |
| Visual Basic |
|---|
Public Function ShowModal ( _ value As Boolean _ ) As UltimateSpellCreator |
| Visual C++ |
|---|
public: UltimateSpellCreator^ ShowModal( bool value ) |
Parameters
- value
- Type: System..::..Boolean
The value that indicates whether to show the spell check, grammar check, and synonyms dialog boxes in modal form.