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

In This Topic
    CueBanner Property (RibbonFontComboBox)
    In This Topic
    Gets or sets the textual cue, or tip, that is displayed by the combobox to prompt the user for information.
    Syntax
    'Declaration
     
    
    Public Property CueBanner As String
    public string CueBanner {get; set;}
    See Also