Keyoti RapidSpell Web .NET Help Docs
Mode Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherMode
Keyoti RapidSpell Web .NET
The mode to use RapidSpell Web in, can be "popup" or "separate".
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string Mode { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string Mode { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property Mode As String
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property Mode As String
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ Mode {
	String^ get ();
	void set (String^ value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ Mode {
	String^ get ();
	void set (String^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member Mode : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member Mode : string with get, set
Property Value
String
Remarks
popup - opens a new window with the URL in RapidSpellWebPage property, and sets the spell checker to popup mode. separate - opens a new page in the same window with the URL in RapidSpellWebPage property, and sets the spell checker to separate mode.

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