Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / AutoCompleteMode Property

In This Topic
    AutoCompleteMode Property (RibbonFontComboBox)
    In This Topic
    Gets or sets an option that controls how automatic completion works for the RibbonComboBox.
    Syntax
    'Declaration
     
    
    Public Property AutoCompleteMode As ComboBoxAutoCompleteMode
    public ComboBoxAutoCompleteMode AutoCompleteMode {get; set;}
    See Also