WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AutoCompleteModes

    Show / Hide Table of Contents

    Enum AutoCompleteModes

    Specifies the modes of auto completion that can be applied to an edit control (text box, combo box and controls implementing IEditControlsEmbed). The AutoComplete control provides a AutoComplete extended property to these types of edit controls.

    IEditControlsEmbed

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum AutoCompleteModes
    Remarks

    This type is used by the AutoComplete control to set the extended property on the target controls. The default AutoCompleteMode.Disabled.

    Fields

    Name Description
    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 appended word.

    AutoSuggest

    Possible matches for the current content of the active edit control will be presented in the form of a popup window with a selectable list of matches.

    Both

    Activates both AutoAppend and AutoSuggest modes of auto completion for the target control.

    Disabled

    AutoComplete will be disabled.

    MultiSuggest

    Possible matches from Multiple columns for the current content of the Active edit control will be presented in a form of a popupwindow with a selectable list of matches. Multisuggest mode is an extended mode of AutoSuggest.

    MultiSuggestExtended

    Possible entries of the current content of the Active edit control will be presented in a form of a popupwindow with a selectable list of matches. With this mode all possible matches will be highlighted.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved