Hello,
In the WPF Code
<Button Click="onClick">
  <TextBlock>
    <Hyperlink >Click Me!</Hyperlink>
  </TextBlock>
</Button>
How do I stop the HyperLink from receiving mouse events? I don't want it to highlight, change cursor or anything.
Thanks in advance! James