Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / ISpellCheck Interface / MaxWordLength Property


In This Topic
    MaxWordLength Property (ISpellCheck)
    In This Topic
    Gets or sets the maximum length of words checked for spelling (between 20-200 characters). Longer words are ignored by the spell checker.
    Syntax
    'Declaration
     
    
    Property MaxWordLength As Integer
    'Usage
     
    
    Dim instance As ISpellCheck
    Dim value As Integer
     
    instance.MaxWordLength = value
     
    value = instance.MaxWordLength
    int MaxWordLength {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if set value is outside the valid range.
    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