User Interface Controls > Common Properties > Layout > Types > HyperLink |
The Hyperlink User Interface Control allows the placement of hyperlinks in MAXScript Rollouts. When clicked, the hyperlink will cause the default web browser to open at a specified address.
hyperLink <name> [caption] [color:<color>] [hoverColor:<color>] [visitedColor:<color>] [address:<string>]
Specifies the base color of the hyperlink text.
Specifies the color of hyperlink text when the mouse is over it.
Specifies the color of the hyperlink text after the link has been visited.
Specifies the hyperlink address sent to the web browser when the hyperlink is clicked.
Get/set the base color of the hyperlink text.
Get/set the color of hyperlink text when the mouse is over it.
Get/set the color of the hyperlink text after the link has been visited.
Get/set the hyperlink address sent to the web browser when the hyperlink is clicked.
Called when the user right-clicks the Hyperlink control.
Available in 3ds Max 2010 and higher.