Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / AutoCompleteMode Property


In This Topic
    AutoCompleteMode Property (ComboBoxCellType)
    In This Topic
    Gets or sets how the automatic completion works for entries in the combo box.
    Syntax
    'Declaration
     
    
    Public Property AutoCompleteMode As AutoCompleteMode
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As AutoCompleteMode
     
    instance.AutoCompleteMode = value
     
    value = instance.AutoCompleteMode
    public AutoCompleteMode AutoCompleteMode {get; set;}
    See Also