Gets or sets a value that indicates whether to postback to server when the user clicks OK on the spell check dialog box.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public virtual bool PostBackOnOK { get; set; } |
| Visual Basic |
|---|
Public Overridable Property PostBackOnOK As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool PostBackOnOK { bool get (); void set (bool value); } |
Field Value
true if postback to server when the user clicks OK on the spell check dialog box; otherwise, false. The default value is false.
Remarks
Use this property to postback to server when the user clicks OK on the spell check dialog box.