Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class / CueBanner Property


In This Topic
    CueBanner Property
    In This Topic
    Textual cue, or tip, to prompt the user for information.
    Syntax
    'Declaration
     
    
    Public Property CueBanner As String
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As String
     
    instance.CueBanner = value
     
    value = instance.CueBanner
    public string CueBanner {get; set;}
    See Also