ClassHyperlink
Class
Wraps a Wpf Hyperlink element.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Hyperlink : WpfTestElement, IAutomationPeer, IPeerConverter, IHyperlinkButton, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementHyperlink
Implements:
Inherited Members
Constructors
Hyperlink()
Create a new instance of Hyperlink class.
Declaration
cs-api-definition
public Hyperlink()
Fields
NavigateUriProperty
AutomationProperty object for NavigateUri property.
Declaration
cs-api-definition
public static AutomationProperty NavigateUriProperty
Field Value
TargetNameProperty
AutomationProperty object for TargetName property.
Declaration
cs-api-definition
public static AutomationProperty TargetNameProperty
Field Value
Properties
NavigateUri
The hyperlink navigation uri.
TargetName
The hyperlink target name.
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.