ClassHyperlinkButton
Class
Wraps a Silverlight HyperlinkButton element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HyperlinkButton : ButtonBase, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IHyperlinkButton, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlButtonBaseHyperlinkButton
Implements:
Inherited Members
Constructors
HyperlinkButton()
Declaration
cs-api-definition
public HyperlinkButton()
Fields
NavigateUriProperty
Declaration
cs-api-definition
public static AutomationProperty NavigateUriProperty
Field Value
TargetNameProperty
Declaration
cs-api-definition
public static AutomationProperty TargetNameProperty
Field Value
Properties
NavigateUri
Get the navigate Uri of the hyperlink button.
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.