An NDoc Documented Class Library

Hyperlink Constructor

Initializes a new instance of the Hyperlink class.

Overload List

Initializes a new instance of the Hyperlink class.

[Visual Basic] Protected Sub New()
[C#] protected Hyperlink();
[C++] protected: Hyperlink();
[JScript] protected function Hyperlink();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public Hyperlink(AutomationElement,ActionListener);
[C++] public: Hyperlink(AutomationElement*,ActionListener*);
[JScript] public function Hyperlink(AutomationElement,ActionListener);

See Also

Hyperlink Class | White.Core.UIItems Namespace