仅在存在图形输入板/笔输入设备时显示表格?
有什么方法可以仅在使用笔/平板电脑时显示窗口,就像 Windows 平板电脑输入面板仅在使用笔/平板电脑(而不仅仅是连接时)时显示一样?
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)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以处理或设置
UIElement.StylusInRange
事件的触发器以使控件可见。 (相反,您可能需要隐藏一个StylusOutOfRange
事件)You can handle or set a trigger for the
UIElement.StylusInRange
event to make your control visible. (Conversely there is aStylusOutOfRange
event which you might need for hiding)