[]
        
(Showing Draft Content)

C1.WPF.C1HyperlinkButton

C1HyperlinkButton Class

Represents a button control that displays a hyperlink.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1HyperlinkButton : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource

Constructors

Name Description
C1HyperlinkButton()

Initializes a new instance of the C1HyperlinkButton class.

Fields

Name Description
NavigateUriProperty

Identifies the NavigateUri dependency property.

TargetNameProperty

Identifies the TargetName dependency property.

Properties

Name Description
NavigateUri

Gets or sets a URI to navigate to when the C1HyperlinkButton is activated.

TargetName

Gets or sets the name of a target window or frame for the C1HyperlinkButton.

Methods

Name Description
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

Extension Methods