Share via


ButtonHyperlink Class

Definition

This control customizes the Hyperlink to expose itself as a button to screen readers.

public class ButtonHyperlink : System.Windows.Documents.Hyperlink
type ButtonHyperlink = class
    inherit Hyperlink
Public Class ButtonHyperlink
Inherits Hyperlink
Inheritance
ButtonHyperlink

Remarks

If you need to expose a Button as a hyperlink to screen readers, use HyperlinkButton.

Applies to