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.
我在 Visual Studio 2010 中使用 c#。我有一个 8 行的 tablelayoutpanel,每行有 3 个单选按钮。选项有可用、不可用和未审查。我想在页面打开后立即将所有“未审核”单选按钮设置为默认值。任何帮助将不胜感激。
将 RadioButton.Checked 属性设置为 True。