ComponentOne List for WinForms
C1.Win.C1List Namespace / FetchScrollTipsEventArgs Class / ScrollTip Property

In This Topic
    ScrollTip Property (FetchScrollTipsEventArgs)
    In This Topic
    The text to be displayed in the scroll tip.
    Syntax
    'Declaration
     
    
    Public Property ScrollTip As String
    public string ScrollTip {get; set;}
    See Also