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

In This Topic
    SelectedItem Property (RibbonFontComboBox)
    In This Topic
    Gets or sets the selected item in the RibbonComboBox.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As RibbonButton
    public RibbonButton SelectedItem {get; set;}
    See Also