ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / MatchEntry Property

In This Topic
    MatchEntry Property (C1Combo)
    In This Topic
    Returns or sets a value indicating how the control performs searches based on user's input.
    Syntax
    'Declaration
     
    
    Public Property MatchEntry As MatchEntryEnum
    public MatchEntryEnum MatchEntry {get; set;}
    See Also