delphi – 透明TCustomControl?

前端之家收集整理的这篇文章主要介绍了delphi – 透明TCustomControl?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我需要创建从TCustomControl ..继承的透明组件,所以它是自定义绘制,而是其他组件的容器.

你能告诉我如何实现这一点吗?

解决方法

TCustomTransparentControl继承,并在创作时包含 csAcceptsControls控制风格.
原文链接:https://www.f2er.com/delphi/102613.html

猜你在找的Delphi相关文章