Class RadHyperlinkButton
A HyperlinkButton control.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Buttons")]
public class RadHyperlinkButton : RadButton
Constructors
RadHyperlinkButton()
Declaration
public RadHyperlinkButton()
Fields
IsVisitedProperty
Identifies the IsVisited property.
Declaration
public static readonly DependencyProperty IsVisitedProperty
Field Value
System.Windows.DependencyProperty
|
NavigateUriProperty
TargetNameProperty
Identifies the TargetName property.
Declaration
public static readonly DependencyProperty TargetNameProperty
Field Value
System.Windows.DependencyProperty
|
VisitedForegroundProperty
Identifies the VisitedForeground property.
Declaration
public static readonly DependencyProperty VisitedForegroundProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsVisited
Gets or sets a value that indicates whether the hyperlink has been clicked.
Declaration
public bool IsVisited { get; set; }
Property Value
System.Boolean
|
NavigateUri
TargetName
Gets or sets the name of the target window or frame that the Web page should open in.
Declaration
public string TargetName { get; set; }
Property Value
System.String
|
VisitedForeground
Gets or sets the foreground of the hyperlink after it has been clicked.
Declaration
public Brush VisitedForeground { get; set; }
Property Value
System.Windows.Media.Brush
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates a RadButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |