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.
私は戦艦プログラムに取り組んでおり、c# wpf を使用して、マウス クリックがフォームまたはピクチャ ボックス上にあるかどうかを検出する方法を見つけようとしています。
if (click on form) { do this } else { do this }
使用しているピクチャ ボックスのプロパティに移動し、イベント タブを選択すると、"mouseclick" イベントが発生するはずです。