Sets the wait period in milliseconds before sending a spell check request to server when SpellAsYouType is enabled.
Namespace: Karamasoft.Html.UltimateSpellMVCAssembly: UltimateSpellMVC (in UltimateSpellMVC.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public UltimateSpellCreator SpellWaitPeriod( int value ) |
| Visual Basic |
|---|
Public Function SpellWaitPeriod ( _ value As Integer _ ) As UltimateSpellCreator |
| Visual C++ |
|---|
public: UltimateSpellCreator^ SpellWaitPeriod( int value ) |
Parameters
- value
- Type: System..::..Int32
Wait period in milliseconds before sending a spell check request to server when SpellAsYouType is enabled.