Skybound VisualTips

VisualTipProvider.DisplayAtMousePosition Property

Gets or sets whether VisualTips are displayed at the current mouse position (true) or so as not to overlap to tool area (false).

[Visual Basic]
Public Property DisplayAtMousePosition As Boolean
[C#]
public bool DisplayAtMousePosition {get; set;}

Property Value

True if VisualTips are displayed at the current mouse position; otherwise, false, and VisualTips are only displayed so as not to overlap the tool area. The default value is true.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace