public class HyperlinkControl : Control
Public Class HyperlinkControl
Inherits Control
HyperlinkControl | Crea una nueva instancea de la clase HyperlinkControl |
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. |
OnApplyTemplate |
Raises the OnApplyTemplate event.
(Overrides FrameworkElementOnApplyTemplate) |
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. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |