Represents a button control that displays a hyperlink.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public class C1HyperlinkButton : Button
Visual Basic
Public Class C1HyperlinkButton _
	Inherits Button

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls.Primitives..::..ButtonBase
                  System.Windows.Controls..::..Button
                    C1.WPF..::..C1HyperlinkButton

See Also