[]
        
(Showing Draft Content)

C1.Win.SpellChecker.C1SpellChecker.MaxWordLength

MaxWordLength Property

MaxWordLength

Gets or sets the maximum length of words that are spell-checked.

Declaration
public int MaxWordLength { get; set; }
Public Property MaxWordLength As Integer
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.