Click or drag to resize

HyperLink.OpenLink Method

X#
Is the method that is invoked whenever the mouse is clicked over the HyperLink control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD OpenLink() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
This method is automatically called whenever the mouse is clicked over the HyperLink control.
See Also