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.
ウィンドウに UserControl があります。ユーザーが "Tab" キーでウィンドウを移動すると、ユーザー コントロールがフォーカスされ、その周りに破線の境界線が描画されます。この動作を防ぐ方法は?
Tab キーを使用してフォーカスを受け入れないようにする場合は、オブジェクトでそれを宣言するIsTabStop="False"か、コントロール テンプレートを編集してフォーカスの変更を取り除くことができます。
IsTabStop="False"