|
|
|
|
AutoComplete
Implement Microsoft Internet Explorer style auto completion with ease using the Auto Complete control. The Essential Tools Auto Complete control can be used to add Auto Complete support to Text Box, ComboBox and user controls that embed an edit control.
Auto Complete Control providing auto completion for a Text Box
AutoCompleteModes
AutoComplete control provides various modes for the auto completion.
Auto Completion Modes
AutoCompletion modes supported are
- Autosuggest
Possible matches for the current content of this active edit control will be presented in the form of a popup window with a selectable list of matches.
- AutoAppend
The most appropriate match for the current content of the edit control will be automatically appended to the edit control and the user can choose to type further or accept the apended word.
- Both
Activates both AutoAppend and Autosuggest modes of auto completion for the target control
- MultiSuggest
MultiSuggest is used for displaying matching items from multiple columns.
- MultiSuggestExtended
MultiSuggest extended is used for displaying matching items from multiple columns and also highlights all possible matches from Multiple columns.
- Disabled
AutoComplete will be disabled.
Supports serialization of history items to the Windows Registry, Isolated Storage or the File System. Multiple target controls can use the same Auto Complete control and data source.
Multiple controls can use same Auto Complete control
Sub item matches are supported with optional column headers.
Auto Completion with column headers
AutoComplete with sizing Gripper label enabled
AutoComplete with Close button enabled
AutoComplete enabled on a MaskEditBox with mask ".."
Easy to use designer support enables users to drag and drop an Auto Complete control to a form and set an extender property on the target control.
Users can specify the number of columns in the DropDown and design the column header titles.
|
|
|
|
|