FollowCursor Property (C1SuperTooltipBase)
In This Topic
Gets or sets a value indicating whether the tooltip follows the cursor.
Syntax
'Declaration
<C1DescriptionAttribute("ST.FollowCursor", "Gets or sets a value indicating whether the tooltip follows the cursor.")>
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Behavior")>
Public Property FollowCursor As Boolean
[C1Description("ST.FollowCursor", "Gets or sets a value indicating whether the tooltip follows the cursor.")]
[DefaultValue(false)]
[C1Category("Behavior")]
public bool FollowCursor {get; set;}
See Also