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.
groupBoxのタイトルをラジオボタンにすることはできますか? 可能であれば、groupBox 全体を radioButton に依存させたいと考えています。
に a を追加RadioButtonしますForm。の制御ではないことを確認してくださいGroupBox。
RadioButton
Form
GroupBox
のコンストラクターに追加しますForm。
radioButton.Location = new Point(groupBox.Location.X + 13, groupBox.Location.Y - 1);
他のすべては を通じて可能Eventsです。
Events