InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / FollowCursor Property

In This Topic
    FollowCursor Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets a value indicating whether the tooltip follows the cursor.
    Syntax
    'Declaration
     
    Public Property FollowCursor As Boolean
    public bool FollowCursor {get; set;}
    See Also