Click or drag to resize
ISpellCheckableControl Interface
Interface class for the controls providing content for spell checker.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public interface ISpellCheckableControl

The ISpellCheckableControl type exposes the following members.

Methods
  NameDescription
Public methodGetSpellCheckFields
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
Top
See Also