ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip 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 System.Boolean
    public System.bool FollowCursor {get; set;}
    See Also