Click or drag to resize
FormEngineUserControlGetSpellCheckFields Method
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public virtual List<string> GetSpellCheckFields()

Return Value

Type: ListString
See Also