TreeView for WinForms | ComponentOne
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
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("ST.FollowCursor", "Gets or sets a value indicating whether the tooltip follows the cursor.")>
    <C1CategoryAttribute("Behavior")>
    Public Property FollowCursor As Boolean
    [DefaultValue(false)]
    [C1Description("ST.FollowCursor", "Gets or sets a value indicating whether the tooltip follows the cursor.")]
    [C1Category("Behavior")]
    public bool FollowCursor {get; set;}
    See Also