UltimateSpell Class Library

UltimateSpell.PostBackOnOK Property

Gets or sets a value that indicates whether to postback to server when the user clicks OK on the spell check dialog box.

[Visual Basic]
Overridable Public Property PostBackOnOK As Boolean
[C#]
public virtual bool PostBackOnOK {get; set;}

Property 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.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace