Property

Method

Event

 

 

OnHyperlink

Invoked to inform that a hyperlink is selected.

Syntax

    void OnHyperlink(
    BSTR href
    );

Parameters

href

[out] URL of the hyperlink.

Sample Codes

VBScript

function wec_OnHyperlink(href)
msgbox "OnHyperlink : " + href
end function