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.
Newlook Smartclient only.
Introduced in version 11.0.7.
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.
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. |
© 2004-2021 looksoftware. All rights reserved.