Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonFontComboBox Class / DroppedDown Property


In This Topic
    DroppedDown Property (RibbonFontComboBox)
    In This Topic
    Gets or sets whether the drop-down portion of this element is visible.
    Syntax
    'Declaration
     
    
    Public Property DroppedDown As Boolean
    'Usage
     
    
    Dim instance As RibbonFontComboBox
    Dim value As Boolean
     
    instance.DroppedDown = value
     
    value = instance.DroppedDown
    public bool DroppedDown {get; set;}
    See Also