ShowAtMouse Property (ErrorTooltip)
In This Topic
Gets or sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element.
Syntax
'Declaration
Public Property ShowAtMouse As Boolean
public bool ShowAtMouse {get; set;}
See Also