HyperlinkControl Class

HyperlinkControl class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class HyperlinkControl : Control
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    HyperlinkControl

Constructors

HyperlinkControl Crea una nueva instancea de la clase HyperlinkControl

Properties

Command Gets or sets a command to associate with the hyperlink.
CommandParameter Gets or sets the command parameters associated with the command specified by the Command property.
CommandTarget Gets or sets a target element on which to execute the command specified by the Command property.
NavigateUri Gets or sets a URI to navigate to when the hyperlink is activated.
TargetName Gets or sets the name of a target window or frame for the hyperlink.
Text Gets or sets the text content that is displayed as a hyperlink.
TextAlignment Gets or sets a value indicating the horizontal alignment of the text content.

Methods

OnApplyTemplate Raises the OnApplyTemplate event.
(Overrides FrameworkElementOnApplyTemplate)

Fields

CommandParameterProperty Identifies the dependency property CommandParameter.
CommandProperty Identifies the dependency property Command.
CommandTargetProperty Identifies the dependency property CommandParameter.
NavigateUriProperty Identifies the dependency property NavigateUri.
PartHyperlink Name of the Hyperlink element of the ControlTemplate.
TargetNameProperty Identifies the dependency property TargetName.
TextAlignmentProperty Identifies the dependency property CommandParameter.
TextProperty Identifies the Text dependency property.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also