Class SpellCheck
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class SpellCheck : Control, IHtmlString
Constructors
SpellCheck()
Specifes the spellcheck default constructor
Declaration
public SpellCheck()
SpellCheck(String, SpellCheckProperties)
Specifies the spellcheck default constructor with properties as an parameters
Declaration
public SpellCheck(string id, SpellCheckProperties propModel)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| SpellCheckProperties | propModel |
Properties
Model
Specifies the Model of the SpellCheck control
Declaration
protected override object Model { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Overrides
PluginName
Specifies the PluginName of the SpellCheck control
Declaration
public override string PluginName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
SpellCheckModel
Specifies the SpellCheck control and its attributes
Declaration
public SpellCheckProperties SpellCheckModel { get; set; }
Property Value
| Type | Description |
|---|---|
| SpellCheckProperties |
TagName
Specifies the TagName of the SpellCheck
Declaration
public override string TagName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the spellcheck control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | controlId |
Returns
| Type | Description |
|---|---|
| System.Web.HtmlString |
Overrides
GetDependentControl()
Declaration
protected override List<string> GetDependentControl()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Represents an HTML element of the spellcheck control.
Declaration
public override void RenderControl(string controlId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | controlId |
Overrides
Implements
System.Web.IHtmlString