Transparent TCustomControl?

前端 未结 1 1958
死守一世寂寞
死守一世寂寞 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)
提交回复
热议问题