ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Tooltip Namespace / C1TooltipExtender Class / MouseTrailing Property

In This Topic
    MouseTrailing Property
    In This Topic
    If true, then the tooltip moves with the mouse.
    Syntax
    'Declaration
     
    Public Property MouseTrailing As System.Boolean
    public System.bool MouseTrailing {get; set;}
    See Also