CheckSpellingAsType Property
Gets or sets a value indicating whether to review text for spelling errors and add wavy red lines under words that might be mispelled as you type.
Syntax
'Declaration
Property CheckSpellingAsType As Boolean
'Usage
Dim instance As ISpellCheck
Dim value As Boolean
instance.CheckSpellingAsType = value
value = instance.CheckSpellingAsType
bool CheckSpellingAsType {get; set;}
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
This exception is thrown if you modify a InfoConnect property
that's been secured via the Permissions Manager, or if
such a modification requires Administrator privileges.
|
Example
See Also