ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorTooltip Class / ShowAtMouse Property

In This Topic
    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