Keyoti RapidSpell Web .NET Help Docs
CallBack Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherCallBack
Keyoti RapidSpell Web .NET
The callBack URL or text box name.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string CallBack { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string CallBack { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CallBack As String
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CallBack As String
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ CallBack {
	String^ get ();
	void set (String^ value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ CallBack {
	String^ get ();
	void set (String^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CallBack : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CallBack : string with get, set
Property Value
String
Remarks
If Mode=="popup" then this should be set to the form element name in the main window, using Javascript notation, relative to the document, e.g; myFormName.textAreaName If Mode=="separate" then this should be set to the URL of the page to send the form parameter "CorrectedText" to, this can of course be the original page.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331