Transparent TCustomControl?

前端 未结 1 1960
死守一世寂寞
死守一世寂寞 2020-12-30 06:32

I need to create transparent component inheriting from TCustomControl.. so it is custom painted, yet is container for other components.

Can you tell me how to achiev

相关标签:
1条回答
  • 2020-12-30 07:35

    Inherit from TCustomTransparentControl and include csAcceptsControls control style at creation.

    0 讨论(0)
提交回复
热议问题