ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTimePicker Class / CueBanner Property

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