Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.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
    'Usage
     
    
    Dim instance As RibbonFontComboBox
    Dim value As RibbonComboBoxStyle
     
    instance.DropDownStyle = value
     
    value = instance.DropDownStyle
    public RibbonComboBoxStyle DropDownStyle {get; set;}
    See Also