Name | Description | |
---|---|---|
AutoCompleteOverwrite | Gets or sets how to treat text that follows a completion. | |
CompleteAndContinue | Gets or sets a value indicating whether to wrap completed text to ensuing input fields if it's too long to fit in the original field. | |
Enabled | Gets or sets a value indicating whether to enable Auto Complete in the session. | |
EnableDataPersistence | Gets or sets a value indicating whether suggestion data is persisted to the session file. | |
IsCaseSensitive | Gets or sets a value indicating whether to complete words on a case-sensitive basis. | |
IsDictionaryEmpty | Gets a value indicating whether suggestion data for the Auto Complete dictionary is available (if false) or not (if true). | |
IsSuggestionPerScreen | Gets or sets a value indicating whether suggestions are generated from all screen data (if true) or if they are field-dependent (if false). | |
MaxSuggestions | Gets or sets the maximum number of suggestions (between 1-10). | |
MaxWordLength | Gets or sets the maximum length of words that can potentially be auto-completed. Longer words are ignored by Auto Complete. The range of valid values is 20-200 characters. | |
MinimumWordLength | Gets or sets the minimum number of characters (between 1-10) that must be typed before suggestions are offered. | |
Parent | Gets the parent object (IProductivity). |