Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemMode Enumeration

In This Topic
    ComboBoxItemMode Enumeration
    In This Topic
    Specifies how the visual representation of combobox items is building.
    Syntax
    'Declaration
     
    
    Public Enum ComboBoxItemMode 
       Inherits System.Enum
    public enum ComboBoxItemMode : System.Enum 
    Members
    MemberDescription
    DefaultC1ComboBox displays text and image of combo box item in the drop drown list.
    HtmlEach combo box item is fragment of HTML. C1ComboBox parses the HTML fragment and displays it as the drop down items.
    HtmlPatternEach combo box item is fragment of HTML defined by C1ComboBox.HtmlPattern property. C1ComboBox parses the HTML pattern and replaces any of "{FieldName}" entires with the combo box item field value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.ComboBoxItemMode

    See Also