1

Is there any way that I can show a window only when a pen/tablet is in use, just like the windows tablet PC input panel is only shown when a pen/tablet is used (and not just connected)?

Soumya
  • 13,677
  • 6
  • 34
  • 49

1 Answers1

1

You can handle or set a trigger for the UIElement.StylusInRange event to make your control visible. (Conversely there is a StylusOutOfRange event which you might need for hiding)

H.B.
  • 166,899
  • 29
  • 327
  • 400