Sets a value that indicates whether to postback to server when the user clicks OK on the spell check dialog box.
Namespace: Karamasoft.Html.UltimateSpellMVCAssembly: UltimateSpellMVC (in UltimateSpellMVC.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public UltimateSpellCreator PostBackOnOK( bool value, string formID ) |
| Visual Basic |
|---|
Public Function PostBackOnOK ( _ value As Boolean, _ formID As String _ ) As UltimateSpellCreator |
| Visual C++ |
|---|
public: UltimateSpellCreator^ PostBackOnOK( bool value, String^ formID ) |
Parameters
- value
- Type: System..::..Boolean
The value that indicates whether to postback to server when the user clicks OK on the spell check dialog box.
- formID
- Type: System..::..String
ID of the form to postback.