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.
コンテキスト メニューまたは通常のメニューにチェック可能な項目がある場合、その項目が選択されたときにメニューが閉じないようにするにはどうすればよいですか?
次のプロパティを使用します。
<MenuItem IsCheckable="True" StaysOpenOnClick="True"...