Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows タブレット PC の入力パネルが、ペン/タブレットが使用されている (接続されているだけではない) 場合にのみ表示されるように、ペン/タブレットが使用されている場合にのみウィンドウを表示する方法はありますか?
UIElement.StylusInRangeイベントのトリガーを処理または設定して、コントロールを表示することができます。(逆に非表示にStylusOutOfRangeする必要があるかもしれないイベントがあります)
UIElement.StylusInRange
StylusOutOfRange