Keyoti RapidSpell Web .NET Help Docs
CssClassStaticOverlay Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineCssClassStaticOverlay
Keyoti RapidSpell Web .NET
The CSS class given to the static-mode overlay DIV element which holds spelling errors in front of the text box.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string CssClassStaticOverlay { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string CssClassStaticOverlay { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CssClassStaticOverlay As String
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CssClassStaticOverlay As String
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ CssClassStaticOverlay {
	String^ get ();
	void set (String^ value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ CssClassStaticOverlay {
	String^ get ();
	void set (String^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CssClassStaticOverlay : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CssClassStaticOverlay : string with get, set
Property Value
String
Remarks
Typical properties would are; OVERFLOW: scroll; border:1px solid #7F9DB9; padding: 2px; Z-INDEX: 900; Leave empty for default.

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