|
|
Hyperlink:

Category:
GUI
API:
SetCapture |
GetCapture |
ReleaseCapture |
DrawText |
SetRect |
ShellExecute
Simulate the HTML Hyperlink, used as button either as hyperlink.
You can use ShellExecute to send email or enter a website.

Events:
Event OnMouseClick()
Event OnMouseMove()
Event OnMouseOver()
Event OnMouseOut()
Properties:
aDownColor As Long:
Returns/Sets the hyperlink's foreground color while the
mouse button is down.
aHoverColor As Long:
Returns/Sets the hyperlink's foreground color while the
mouse rolls over the control.
aLinkColor As Long:
Returns/Sets the hyperlink's foreground color (mouse out)
Caption As String:
Returns/Sets the hyperlink's caption text.
|
|