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#、VS2008 で WinForms アプリに取り組んでいます。
グループレベルでチェックボックスの状態を参照できるように、グループボックスにチェックボックスを設定するにはどうすればよいですか? たとえば、曜日ごとに 7 つのチェックボックスがあります。次に、「result = daysOfWeek.Monday;」のような方法でチェックするときに状態を取得できるようにしたいと思います。
私はおそらくどこかで明らかなことを見逃しています...
ありがとう
を使用してCheckedListBox、背景、境界線、および選択のプロパティを変更できます。
CheckedListBox