HyperlinkAction Constructor
In This Topic
Initializes a new instance of the
HyperlinkAction class with the specified URL.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public HyperlinkAction(
string
)
Parameters
- url
- The URL to navigate to when the action is triggered.
See Also