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

In This Topic
    ComboStyle Property (C1Combo)
    In This Topic
    Returns or sets a value indicating the display type and behavior of the control.
    Syntax
    'Declaration
     
    
    Public Property ComboStyle As ComboStyleEnum
    public ComboStyleEnum ComboStyle {get; set;}
    See Also