WinForms

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

    Show / Hide Table of Contents

    Enum AutoCompleteMatchModes

    Specifies the modes in which the AutoComplete control will filter the history list for the current text in the target edit control.

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

    The MatchMode property uses this type to fix the type of matching to be performed.

    Fields

    Name Description
    Automatic

    The matching will be automatic. This means that the default matching routine built into the AutoComplete control will be used.

    Manual

    The matching will be manual and the user will be able to specify a custom event handler to approve a match. MatchItem event is invoked for each item that is in the history list.

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