Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ItemMode Property

In This Topic
    ItemMode Property (C1ComboBox)
    In This Topic
    Gets or sets the C1ComboBox item mode.
    Syntax
    'Declaration
     
    
    Public Property ItemMode As ComboBoxItemMode
    public ComboBoxItemMode ItemMode {get; set;}
    See Also