mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnTooltip Event

The text that will be displayed in the tooltip.

In This Topic
    OnTooltip Event
    In This Topic
    Description

    Fired when the browser is about to display a tooltip.

    Syntax
    Visual Basic
    Public Event OnTooltip( _
       ByVal Tip As String _
    )
    Parameters
    Tip

    The text that will be displayed in the tooltip.

    Remarks

    Fired when the browser is about to display a tooltip.

    See Also