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

In This Topic
    MatchEntryTimeout Property (C1Combo)
    In This Topic
    Returns or sets a value indicating the timeout, in milliseconds, for incremental searching.
    Syntax
    'Declaration
     
    
    Public Property MatchEntryTimeout As Long
    public long MatchEntryTimeout {get; set;}
    See Also