UltimateSpell Class Library

UltimateSpell.ControlIdsToCheck Property

Gets or sets the comma separated list of controls to spell check.

[Visual Basic]
Overridable Public Property ControlIdsToCheck As String
[C#]
public virtual string ControlIdsToCheck {get; set;}

Property Value

Comma separated list of controls to spell check.

Remarks

Use this property to set the comma separated list of controls to spell check. If left empty, it automatically spell checks all editable text controls on the page.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace