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

In This Topic
    DropDownStyle Property (RibbonFontComboBox)
    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