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.
表格 1 有一个用于自定义标题栏的透明度键,带有背景图像。
我将子表单(在 MDIclient 内部)的背景颜色设置为与我为父表单设置的透明度键相同。现在就像在那个区域打个洞一样。
是否可以将子窗体的背景颜色设置为透明?以便在该表单中可见父表单背景图像...感谢您的回答...
[解决]我自己的问题。
只为分享..
把这个放在子窗体的构造函数中
Me.SetStyle(ControlStyles.SupportsTransparentBackColor, True) Me.BackColor = Color.Transparent