ButtonHyperlink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Constructors
ButtonHyperlink() | |
ButtonHyperlink(Inline, TextPointer) | |
ButtonHyperlink(Inline) | |
ButtonHyperlink(TextPointer, TextPointer) |
Methods
OnCreateAutomationPeer() |