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.
いくつかのボタン、テキスト ボックス、コンボ ボックスなどを含む Windows フォームを作成しました。実行中のある時点で、次のようにすべてを無効にします。
Control01.Enabled = false; Control02.Enabled = false; Control03.Enabled = false; // ... Control10.Enabled = false;
これを自動化するにはどうすればよいですか?