InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ToolTipSettings Class / HitTestVisible Property

In This Topic
    HitTestVisible Property (ToolTipSettings)
    In This Topic
    Gets or sets a value that determines whether the tooltip is visible to the mouse.
    Syntax
    'Declaration
     
    Public Property HitTestVisible As Boolean
    public bool HitTestVisible {get; set;}
    Remarks
    Set this property to true if you want to add clickable areas to the tooltip, such as hyperlinks. In this case, the tooltip becomes visible to the mouse, it handles the mouse events itself instead of passing them to the control under the tooltip.
    See Also