SpellCheck Property

Gets or sets whether spell checking will be enabled for text in the control.

object.SpellCheck = [boolean]

Where object is an object expression that evaluates to one of the objects in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

   Newlook Smartclient only.

Version Support

Introduced in version 11.0.7.

Use

This property determines whether spell checking will be enabled for text in the control. If enabled, the contents of the text box will be checked for spelling errors using the user's system language.

Settings

The available settings for value for this control are :

Setting

Description

True

The text in this control will be checked for spelling errors at runtime.

False

(Default) The text in this control will not be checked for spelling errors at runtime.

See Also

InputType property

Applies To

Text box control


© 2004-2021 looksoftware. All rights reserved.