[]
Represents a button control that displays a hyperlink.
public class C1HyperlinkButton : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource
| Name | Description |
|---|---|
| C1HyperlinkButton() | Initializes a new instance of the C1HyperlinkButton class. |
| Name | Description |
|---|---|
| NavigateUriProperty | Identifies the NavigateUri dependency property. |
| TargetNameProperty | Identifies the TargetName dependency property. |
| 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. |
| Name | Description |
|---|---|
| OnApplyTemplate() | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |