StyledHyperlink Class

StyledHyperlink class is a inheritted class of Hyperlink which includes the custom style

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..ContentElement
        System.Windows..::..FrameworkContentElement
          System.Windows.Documents..::..TextElement
            System.Windows.Documents..::..Inline
              System.Windows.Documents..::..Span
                System.Windows.Documents..::..Hyperlink
                  Microsoft.Data.Tools.Design.Core.Controls..::..StyledHyperlink

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Class StyledHyperlink _
    Inherits Hyperlink
'Usage
Dim instance As StyledHyperlink
public class StyledHyperlink : Hyperlink
public ref class StyledHyperlink : public Hyperlink
type StyledHyperlink =  
    class
        inherit Hyperlink
    end
public class StyledHyperlink extends Hyperlink

The StyledHyperlink type exposes the following members.

Constructors

  Name Description
Public method StyledHyperlink Initializes a new instance of the StyledHyperlink class.

Top

Properties

  Name Description
Public property AllowDrop (Inherited from ContentElement.)
Public property AreAnyTouchesCaptured (Inherited from ContentElement.)
Public property AreAnyTouchesCapturedWithin (Inherited from ContentElement.)
Public property AreAnyTouchesDirectlyOver (Inherited from ContentElement.)
Public property AreAnyTouchesOver (Inherited from ContentElement.)
Public property Background (Inherited from TextElement.)
Public property BaselineAlignment (Inherited from Inline.)
Protected property BaseUri (Inherited from Hyperlink.)
Public property BindingGroup (Inherited from FrameworkContentElement.)
Public property Command (Inherited from Hyperlink.)
Public property CommandBindings (Inherited from ContentElement.)
Public property CommandParameter (Inherited from Hyperlink.)
Public property CommandTarget (Inherited from Hyperlink.)
Public property ContentEnd (Inherited from TextElement.)
Public property ContentStart (Inherited from TextElement.)
Public property ContextMenu (Inherited from FrameworkContentElement.)
Public property Cursor (Inherited from FrameworkContentElement.)
Public property DataContext (Inherited from FrameworkContentElement.)
Protected property DefaultStyleKey (Inherited from FrameworkContentElement.)
Public property DependencyObjectType (Inherited from DependencyObject.)
Public property Dispatcher (Inherited from DispatcherObject.)
Public property ElementEnd (Inherited from TextElement.)
Public property ElementStart (Inherited from TextElement.)
Public property FlowDirection (Inherited from Inline.)
Public property Focusable (Inherited from ContentElement.)
Public property FocusVisualStyle (Inherited from FrameworkContentElement.)
Public property FontFamily (Inherited from TextElement.)
Public property FontSize (Inherited from TextElement.)
Public property FontStretch (Inherited from TextElement.)
Public property FontStyle (Inherited from TextElement.)
Public property FontWeight (Inherited from TextElement.)
Public property ForceCursor (Inherited from FrameworkContentElement.)
Public property Foreground (Inherited from TextElement.)
Public property HasAnimatedProperties (Inherited from ContentElement.)
Public property Inlines (Inherited from Span.)
Public property InputBindings (Inherited from ContentElement.)
Public property InputScope (Inherited from FrameworkContentElement.)
Public property IsEnabled (Inherited from ContentElement.)
Protected property IsEnabledCore (Inherited from Hyperlink.)
Public property IsFocused (Inherited from ContentElement.)
Public property IsInitialized (Inherited from FrameworkContentElement.)
Public property IsInputMethodEnabled (Inherited from ContentElement.)
Public property IsKeyboardFocused (Inherited from ContentElement.)
Public property IsKeyboardFocusWithin (Inherited from ContentElement.)
Public property IsLoaded (Inherited from FrameworkContentElement.)
Public property IsMouseCaptured (Inherited from ContentElement.)
Public property IsMouseCaptureWithin (Inherited from ContentElement.)
Public property IsMouseDirectlyOver (Inherited from ContentElement.)
Public property IsMouseOver (Inherited from ContentElement.)
Public property IsPressed Gets or sets {insert text here}.
Public property IsSealed (Inherited from DependencyObject.)
Public property IsStylusCaptured (Inherited from ContentElement.)
Public property IsStylusCaptureWithin (Inherited from ContentElement.)
Public property IsStylusDirectlyOver (Inherited from ContentElement.)
Public property IsStylusOver (Inherited from ContentElement.)
Public property Language (Inherited from FrameworkContentElement.)
Protected property LogicalChildren (Inherited from TextElement.)
Public property Name (Inherited from FrameworkContentElement.)
Public property NavigateUri (Inherited from Hyperlink.)
Public property NextInline (Inherited from Inline.)
Public property OverridesDefaultStyle (Inherited from FrameworkContentElement.)
Public property Parent (Inherited from FrameworkContentElement.)
Public property PreviousInline (Inherited from Inline.)
Public property Resources (Inherited from FrameworkContentElement.)
Public property SiblingInlines (Inherited from Inline.)
Public property Style (Inherited from FrameworkContentElement.)
Public property Tag (Inherited from FrameworkContentElement.)
Public property TargetName (Inherited from Hyperlink.)
Public property TemplatedParent (Inherited from FrameworkContentElement.)
Public property TextDecorations (Inherited from Inline.)
Public property TextEffects (Inherited from TextElement.)
Public property ToolTip (Inherited from FrameworkContentElement.)
Public property TouchesCaptured (Inherited from ContentElement.)
Public property TouchesCapturedWithin (Inherited from ContentElement.)
Public property TouchesDirectlyOver (Inherited from ContentElement.)
Public property TouchesOver (Inherited from ContentElement.)
Public property Typography (Inherited from TextElement.)

Top

Methods

  Name Description
Public method AddHandler(RoutedEvent, Delegate) (Inherited from ContentElement.)
Public method AddHandler(RoutedEvent, Delegate, Boolean) (Inherited from ContentElement.)
Protected method AddLogicalChild (Inherited from FrameworkContentElement.)
Public method AddToEventRoute (Inherited from ContentElement.)
Public method ApplyAnimationClock(DependencyProperty, AnimationClock) (Inherited from ContentElement.)
Public method ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) (Inherited from ContentElement.)
Public method BeginAnimation(DependencyProperty, AnimationTimeline) (Inherited from ContentElement.)
Public method BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) (Inherited from ContentElement.)
Public method BeginInit (Inherited from FrameworkContentElement.)
Public method BeginStoryboard(Storyboard) (Inherited from FrameworkContentElement.)
Public method BeginStoryboard(Storyboard, HandoffBehavior) (Inherited from FrameworkContentElement.)
Public method BeginStoryboard(Storyboard, HandoffBehavior, Boolean) (Inherited from FrameworkContentElement.)
Public method BringIntoView (Inherited from FrameworkContentElement.)
Public method CaptureMouse (Inherited from ContentElement.)
Public method CaptureStylus (Inherited from ContentElement.)
Public method CaptureTouch (Inherited from ContentElement.)
Public method CheckAccess (Inherited from DispatcherObject.)
Public method ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Public method ClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Public method CoerceValue (Inherited from DependencyObject.)
Public method DoClick (Inherited from Hyperlink.)
Public method EndInit (Inherited from FrameworkContentElement.)
Public method Equals (Inherited from DependencyObject.)
Protected method Finalize (Inherited from Object.)
Public method FindName (Inherited from FrameworkContentElement.)
Public method FindResource (Inherited from FrameworkContentElement.)
Public method Focus (Inherited from ContentElement.)
Public method GetAnimationBaseValue (Inherited from ContentElement.)
Public method GetBindingExpression (Inherited from FrameworkContentElement.)
Public method GetHashCode (Inherited from DependencyObject.)
Public method GetLocalValueEnumerator (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Protected method GetUIParentCore (Inherited from FrameworkContentElement.)
Public method GetValue (Inherited from DependencyObject.)
Public method InvalidateProperty (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveFocus (Inherited from FrameworkContentElement.)
Protected method OnClick (Inherited from Hyperlink.)
Protected method OnContextMenuClosing (Inherited from FrameworkContentElement.)
Protected method OnContextMenuOpening (Inherited from FrameworkContentElement.)
Protected method OnCreateAutomationPeer (Inherited from Hyperlink.)
Protected method OnDragEnter (Inherited from ContentElement.)
Protected method OnDragLeave (Inherited from ContentElement.)
Protected method OnDragOver (Inherited from ContentElement.)
Protected method OnDrop (Inherited from ContentElement.)
Protected method OnGiveFeedback (Inherited from ContentElement.)
Protected method OnGotFocus (Inherited from FrameworkContentElement.)
Protected method OnGotKeyboardFocus (Inherited from ContentElement.)
Protected method OnGotMouseCapture (Inherited from ContentElement.)
Protected method OnGotStylusCapture (Inherited from ContentElement.)
Protected method OnGotTouchCapture (Inherited from ContentElement.)
Protected method OnInitialized (Inherited from FrameworkContentElement.)
Protected method OnIsKeyboardFocusedChanged (Inherited from ContentElement.)
Protected method OnIsKeyboardFocusWithinChanged (Inherited from ContentElement.)
Protected method OnIsMouseCapturedChanged (Inherited from ContentElement.)
Protected method OnIsMouseCaptureWithinChanged (Inherited from ContentElement.)
Protected method OnIsMouseDirectlyOverChanged (Inherited from ContentElement.)
Protected method OnIsStylusCapturedChanged (Inherited from ContentElement.)
Protected method OnIsStylusCaptureWithinChanged (Inherited from ContentElement.)
Protected method OnIsStylusDirectlyOverChanged (Inherited from ContentElement.)
Protected method OnKeyDown Security Critical. (Inherited from Hyperlink.)
Protected method OnKeyUp (Inherited from ContentElement.)
Protected method OnLostFocus (Inherited from ContentElement.)
Protected method OnLostKeyboardFocus (Inherited from ContentElement.)
Protected method OnLostMouseCapture (Inherited from ContentElement.)
Protected method OnLostStylusCapture (Inherited from ContentElement.)
Protected method OnLostTouchCapture (Inherited from ContentElement.)
Protected method OnMouseDown (Inherited from ContentElement.)
Protected method OnMouseEnter (Inherited from ContentElement.)
Protected method OnMouseLeave (Inherited from ContentElement.)
Protected method OnMouseLeftButtonDown (Overrides Hyperlink..::..OnMouseLeftButtonDown(MouseButtonEventArgs).)
Protected method OnMouseLeftButtonUp (Overrides Hyperlink..::..OnMouseLeftButtonUp(MouseButtonEventArgs).)
Protected method OnMouseMove (Inherited from ContentElement.)
Protected method OnMouseRightButtonDown (Inherited from ContentElement.)
Protected method OnMouseRightButtonUp (Inherited from ContentElement.)
Protected method OnMouseUp (Inherited from ContentElement.)
Protected method OnMouseWheel (Inherited from ContentElement.)
Protected method OnPreviewDragEnter (Inherited from ContentElement.)
Protected method OnPreviewDragLeave (Inherited from ContentElement.)
Protected method OnPreviewDragOver (Inherited from ContentElement.)
Protected method OnPreviewDrop (Inherited from ContentElement.)
Protected method OnPreviewGiveFeedback (Inherited from ContentElement.)
Protected method OnPreviewGotKeyboardFocus (Inherited from ContentElement.)
Protected method OnPreviewKeyDown (Inherited from ContentElement.)
Protected method OnPreviewKeyUp (Inherited from ContentElement.)
Protected method OnPreviewLostKeyboardFocus (Inherited from ContentElement.)
Protected method OnPreviewMouseDown (Inherited from ContentElement.)
Protected method OnPreviewMouseLeftButtonDown (Inherited from ContentElement.)
Protected method OnPreviewMouseLeftButtonUp (Inherited from ContentElement.)
Protected method OnPreviewMouseMove (Inherited from ContentElement.)
Protected method OnPreviewMouseRightButtonDown (Inherited from ContentElement.)
Protected method OnPreviewMouseRightButtonUp (Inherited from ContentElement.)
Protected method OnPreviewMouseUp (Inherited from ContentElement.)
Protected method OnPreviewMouseWheel (Inherited from ContentElement.)
Protected method OnPreviewQueryContinueDrag (Inherited from ContentElement.)
Protected method OnPreviewStylusButtonDown (Inherited from ContentElement.)
Protected method OnPreviewStylusButtonUp (Inherited from ContentElement.)
Protected method OnPreviewStylusDown (Inherited from ContentElement.)
Protected method OnPreviewStylusInAirMove (Inherited from ContentElement.)
Protected method OnPreviewStylusInRange (Inherited from ContentElement.)
Protected method OnPreviewStylusMove (Inherited from ContentElement.)
Protected method OnPreviewStylusOutOfRange (Inherited from ContentElement.)
Protected method OnPreviewStylusSystemGesture (Inherited from ContentElement.)
Protected method OnPreviewStylusUp (Inherited from ContentElement.)
Protected method OnPreviewTextInput (Inherited from ContentElement.)
Protected method OnPreviewTouchDown (Inherited from ContentElement.)
Protected method OnPreviewTouchMove (Inherited from ContentElement.)
Protected method OnPreviewTouchUp (Inherited from ContentElement.)
Protected method OnPropertyChanged (Inherited from TextElement.)
Protected method OnQueryContinueDrag (Inherited from ContentElement.)
Protected method OnQueryCursor (Inherited from ContentElement.)
Protected method OnStyleChanged (Inherited from FrameworkContentElement.)
Protected method OnStylusButtonDown (Inherited from ContentElement.)
Protected method OnStylusButtonUp (Inherited from ContentElement.)
Protected method OnStylusDown (Inherited from ContentElement.)
Protected method OnStylusEnter (Inherited from ContentElement.)
Protected method OnStylusInAirMove (Inherited from ContentElement.)
Protected method OnStylusInRange (Inherited from ContentElement.)
Protected method OnStylusLeave (Inherited from ContentElement.)
Protected method OnStylusMove (Inherited from ContentElement.)
Protected method OnStylusOutOfRange (Inherited from ContentElement.)
Protected method OnStylusSystemGesture (Inherited from ContentElement.)
Protected method OnStylusUp (Inherited from ContentElement.)
Protected method OnTextInput (Inherited from ContentElement.)
Protected method OnToolTipClosing (Inherited from FrameworkContentElement.)
Protected method OnToolTipOpening (Inherited from FrameworkContentElement.)
Protected method OnTouchDown (Inherited from ContentElement.)
Protected method OnTouchEnter (Inherited from ContentElement.)
Protected method OnTouchLeave (Inherited from ContentElement.)
Protected method OnTouchMove (Inherited from ContentElement.)
Protected method OnTouchUp (Inherited from ContentElement.)
Public method PredictFocus (Inherited from FrameworkContentElement.)
Public method RaiseEvent (Inherited from ContentElement.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method RegisterName (Inherited from FrameworkContentElement.)
Public method ReleaseAllTouchCaptures (Inherited from ContentElement.)
Public method ReleaseMouseCapture (Inherited from ContentElement.)
Public method ReleaseStylusCapture (Inherited from ContentElement.)
Public method ReleaseTouchCapture (Inherited from ContentElement.)
Public method RemoveHandler (Inherited from ContentElement.)
Protected method RemoveLogicalChild (Inherited from FrameworkContentElement.)
Public method SetBinding(DependencyProperty, BindingBase) (Inherited from FrameworkContentElement.)
Public method SetBinding(DependencyProperty, String) (Inherited from FrameworkContentElement.)
Public method SetCurrentValue (Inherited from DependencyObject.)
Public method SetResourceReference (Inherited from FrameworkContentElement.)
Public method SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
Public method SetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
Public method ShouldSerializeCommandBindings (Inherited from ContentElement.)
Public method ShouldSerializeInlines (Inherited from Span.)
Public method ShouldSerializeInputBindings (Inherited from ContentElement.)
Protected method ShouldSerializeProperty (Inherited from DependencyObject.)
Public method ShouldSerializeResources (Inherited from FrameworkContentElement.)
Public method ShouldSerializeStyle (Inherited from FrameworkContentElement.)
Public method ToString (Inherited from Object.)
Public method TryFindResource (Inherited from FrameworkContentElement.)
Public method UnregisterName (Inherited from FrameworkContentElement.)
Public method UpdateDefaultStyle (Inherited from FrameworkContentElement.)
Public method VerifyAccess (Inherited from DispatcherObject.)

Top

Events

  Name Description
Public event Click (Inherited from Hyperlink.)
Public event ContextMenuClosing (Inherited from FrameworkContentElement.)
Public event ContextMenuOpening (Inherited from FrameworkContentElement.)
Public event DataContextChanged (Inherited from FrameworkContentElement.)
Public event DragEnter (Inherited from ContentElement.)
Public event DragLeave (Inherited from ContentElement.)
Public event DragOver (Inherited from ContentElement.)
Public event Drop (Inherited from ContentElement.)
Public event FocusableChanged (Inherited from ContentElement.)
Public event GiveFeedback (Inherited from ContentElement.)
Public event GotFocus (Inherited from ContentElement.)
Public event GotKeyboardFocus (Inherited from ContentElement.)
Public event GotMouseCapture (Inherited from ContentElement.)
Public event GotStylusCapture (Inherited from ContentElement.)
Public event GotTouchCapture (Inherited from ContentElement.)
Public event Initialized (Inherited from FrameworkContentElement.)
Public event IsEnabledChanged (Inherited from ContentElement.)
Public event IsKeyboardFocusedChanged (Inherited from ContentElement.)
Public event IsKeyboardFocusWithinChanged (Inherited from ContentElement.)
Public event IsMouseCapturedChanged (Inherited from ContentElement.)
Public event IsMouseCaptureWithinChanged (Inherited from ContentElement.)
Public event IsMouseDirectlyOverChanged (Inherited from ContentElement.)
Public event IsStylusCapturedChanged (Inherited from ContentElement.)
Public event IsStylusCaptureWithinChanged (Inherited from ContentElement.)
Public event IsStylusDirectlyOverChanged (Inherited from ContentElement.)
Public event KeyDown (Inherited from ContentElement.)
Public event KeyUp (Inherited from ContentElement.)
Public event Loaded (Inherited from FrameworkContentElement.)
Public event LostFocus (Inherited from ContentElement.)
Public event LostKeyboardFocus (Inherited from ContentElement.)
Public event LostMouseCapture (Inherited from ContentElement.)
Public event LostStylusCapture (Inherited from ContentElement.)
Public event LostTouchCapture (Inherited from ContentElement.)
Public event MouseDown (Inherited from ContentElement.)
Public event MouseEnter (Inherited from ContentElement.)
Public event MouseLeave (Inherited from ContentElement.)
Public event MouseLeftButtonDown (Inherited from ContentElement.)
Public event MouseLeftButtonUp (Inherited from ContentElement.)
Public event MouseMove (Inherited from ContentElement.)
Public event MouseRightButtonDown (Inherited from ContentElement.)
Public event MouseRightButtonUp (Inherited from ContentElement.)
Public event MouseUp (Inherited from ContentElement.)
Public event MouseWheel (Inherited from ContentElement.)
Public event PreviewDragEnter (Inherited from ContentElement.)
Public event PreviewDragLeave (Inherited from ContentElement.)
Public event PreviewDragOver (Inherited from ContentElement.)
Public event PreviewDrop (Inherited from ContentElement.)
Public event PreviewGiveFeedback (Inherited from ContentElement.)
Public event PreviewGotKeyboardFocus (Inherited from ContentElement.)
Public event PreviewKeyDown (Inherited from ContentElement.)
Public event PreviewKeyUp (Inherited from ContentElement.)
Public event PreviewLostKeyboardFocus (Inherited from ContentElement.)
Public event PreviewMouseDown (Inherited from ContentElement.)
Public event PreviewMouseLeftButtonDown (Inherited from ContentElement.)
Public event PreviewMouseLeftButtonUp (Inherited from ContentElement.)
Public event PreviewMouseMove (Inherited from ContentElement.)
Public event PreviewMouseRightButtonDown (Inherited from ContentElement.)
Public event PreviewMouseRightButtonUp (Inherited from ContentElement.)
Public event PreviewMouseUp (Inherited from ContentElement.)
Public event PreviewMouseWheel (Inherited from ContentElement.)
Public event PreviewQueryContinueDrag (Inherited from ContentElement.)
Public event PreviewStylusButtonDown (Inherited from ContentElement.)
Public event PreviewStylusButtonUp (Inherited from ContentElement.)
Public event PreviewStylusDown (Inherited from ContentElement.)
Public event PreviewStylusInAirMove (Inherited from ContentElement.)
Public event PreviewStylusInRange (Inherited from ContentElement.)
Public event PreviewStylusMove (Inherited from ContentElement.)
Public event PreviewStylusOutOfRange (Inherited from ContentElement.)
Public event PreviewStylusSystemGesture (Inherited from ContentElement.)
Public event PreviewStylusUp (Inherited from ContentElement.)
Public event PreviewTextInput (Inherited from ContentElement.)
Public event PreviewTouchDown (Inherited from ContentElement.)
Public event PreviewTouchMove (Inherited from ContentElement.)
Public event PreviewTouchUp (Inherited from ContentElement.)
Public event QueryContinueDrag (Inherited from ContentElement.)
Public event QueryCursor (Inherited from ContentElement.)
Public event RequestNavigate (Inherited from Hyperlink.)
Public event SourceUpdated (Inherited from FrameworkContentElement.)
Public event StylusButtonDown (Inherited from ContentElement.)
Public event StylusButtonUp (Inherited from ContentElement.)
Public event StylusDown (Inherited from ContentElement.)
Public event StylusEnter (Inherited from ContentElement.)
Public event StylusInAirMove (Inherited from ContentElement.)
Public event StylusInRange (Inherited from ContentElement.)
Public event StylusLeave (Inherited from ContentElement.)
Public event StylusMove (Inherited from ContentElement.)
Public event StylusOutOfRange (Inherited from ContentElement.)
Public event StylusSystemGesture (Inherited from ContentElement.)
Public event StylusUp (Inherited from ContentElement.)
Public event TargetUpdated (Inherited from FrameworkContentElement.)
Public event TextInput (Inherited from ContentElement.)
Public event ToolTipClosing (Inherited from FrameworkContentElement.)
Public event ToolTipOpening (Inherited from FrameworkContentElement.)
Public event TouchDown (Inherited from ContentElement.)
Public event TouchEnter (Inherited from ContentElement.)
Public event TouchLeave (Inherited from ContentElement.)
Public event TouchMove (Inherited from ContentElement.)
Public event TouchUp (Inherited from ContentElement.)
Public event Unloaded (Inherited from FrameworkContentElement.)

Top

Fields

  Name Description
Public fieldStatic member IsPressedProperty

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IAddChild..::..AddChild (Inherited from TextElement.)
Explicit interface implemetationPrivate method IAddChild..::..AddText (Inherited from TextElement.)
Explicit interface implemetationPrivate property IUriContext..::..BaseUri (Inherited from Hyperlink.)
Explicit interface implemetationPrivate method IQueryAmbient..::..IsAmbientPropertyAvailable (Inherited from FrameworkContentElement.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Design.Core.Controls Namespace