我将 Tab 控制器与 TabPages 一起使用,并为所有 TabPages 提供相同的外观和感觉,我想扩展现有的 TabPage,在其中放置一些通用控件,然后将其用作新 TabPages 的父级,以便所有 TabPages 可能具有相同的外观。
我有一点 .Net 经验,但对 WinForms 了解不多,请建议我如何做到这一点。
I suggest that you create a UserControl as a prototype content. Then, use Visual Inheritance to extend the UserControl when you need to create a content for the next TabPage.