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.
次のような使用できるプロパティがすでにありますか?
if (this.IsDialog) { DialogResult = ...; } else { //do something else }
または、そのようなプロパティを自分trueで作成し、フォームをダイアログとして表示する前に設定する必要がありますか?
true
が正しいかどうかを確認できthis.Modalます。
this.Modal