IsCaseSensitive Property (IAutoComplete)
In This Topic
Gets or sets a value indicating whether to complete words on a case-sensitive basis.
Syntax
'Declaration
Property IsCaseSensitive As Boolean
'Usage
Dim instance As IAutoComplete
Dim value As Boolean
instance.IsCaseSensitive = value
value = instance.IsCaseSensitive
bool IsCaseSensitive {get; set;}
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
This exception is thrown if you modify a Reflection property
that's been secured via the Permissions Manager, or if
such a modification requires Administrator privileges.
|
See Also