ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class / DropDownStyle Property

In This Topic
    DropDownStyle Property
    In This Topic
    Gets or sets a value specifying the style of the RibbonComboBox.
    Syntax
    'Declaration
     
    Public Property DropDownStyle As RibbonComboBoxStyle
    public RibbonComboBoxStyle DropDownStyle {get; set;}
    See Also