Table of Contents

Class HyperlinkButton

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Button that opens a URL in a web browser.

public class HyperlinkButton : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource, IAppearanceControl, IIconControl
Inheritance
HyperlinkButton
Implements
Derived
Inherited Members

Fields

NavigateUriProperty

Identifies the NavigateUri dependency property.

public static readonly DependencyProperty NavigateUriProperty

Field Value

DependencyProperty

Properties

NavigateUri

Gets or sets the URL (or application shortcut) to open.

public string NavigateUri { get; set; }

Property Value

string

Methods

OnClick()

Called when a Button is clicked.

protected override void OnClick()