ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / MaxWordLength Property

In This Topic
    MaxWordLength Property (C1SpellChecker)
    In This Topic
    Gets or sets the maximum length of words that are spell-checked.
    Syntax
    'Declaration
     
    Public Property MaxWordLength As System.Integer
    public System.int MaxWordLength {get; set;}
    Remarks

    This property determines the maximum length of strings that are considered to be words and should be spell-checked. This enables the C1SpellChecker to automatically ignore long strings that contain non-textual information.

    Setting this property to a value smaller than one causes all strings to be considered as words.

    See Also