Class Hyperlink
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Represents a button that when clicked forwards the user to a web site.
public class Hyperlink : InteractiveWidget- Inheritance
- 
      
      
      
      Hyperlink
- Inherited Members
- Extension Methods
Constructors
- Hyperlink(string, Uri)
- Creates a new instance of a Hyperlink button where the displayedText is displayed. 
- Hyperlink(Uri)
- Creates a new instance of a Hyperlink button where the link is displayed. 
Properties
- DisplayedText
- Gets or sets the text displayed in the Hyperlink. 
- Style
- Gets or sets the ButtonStyle of the Hyperlink. 
- Url
- Gets or sets the url to which the user is forwarded to upon clicking the Hyperlink. This url can be either absolute or relative. Absolute: "http://www.contoso.com/index.html" Relative: "/index.html" 
Methods
- LoadResult(IUIResults)
- Load any changes made through user interaction. 
- RaiseResultEvents()
- Raises zero or more events of the widget. This method is called after LoadResult(IUIResults) was called on all widgets. 
Events
- LinkClicked
- Triggered when the Hyperlink is clicked.