Name | Description | |
---|---|---|
AutoComplete Constructor | Creates a new AutoComplete object. |
The following tables list the members exposed by AutoComplete.
Name | Description | |
---|---|---|
AutoComplete Constructor | Creates a new AutoComplete object. |
Name | Description | |
---|---|---|
AutoCompleteOverwrite | Gets or sets how to treat text that follows an auto completion. | |
CompleteAndContinue | Gets or sets whether completed text is wrapped to ensuing input fields if the completion text is too long to fit in the original field. | |
Enabled | Gets or sets whether Auto Complete is enabled in the session. | |
EnableDataPersistence | Gets or sets whether suggestion data is persisted to the session file. | |
IsCaseSensitive | Gets or sets whether words are completed on a case-sensitive basis. | |
IsDictionaryEmpty | Indicates whether the Auto Complete dictionary has any suggestion data. | |
IsSuggestionPerScreen | Gets or sets whether suggestions are generated from all screen data (if true) or whether suggestions are field-dependent (if false). | |
MaxSuggestions | Gets or sets the maximum number of suggestions offered (between 1 and 10) when Auto Complete is triggered. | |
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 typed (between 1 and 10) before suggestions are offered. | |
Parent | Gets the parent object. The parent is the Productivity object. |
Name | Description | |
---|---|---|
ClearSuggestions | Removes all previous session suggestion data. |
Name | Description | |
---|---|---|
DictionaryChanged | Raised when a dictionary entry is added to or removed from the Auto Complete dictionary. | |
SuggestionAccepted | Raised when a word has been completed (that is, a suggestion has been accepted). |