Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transparent TCustomControl?

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 achieve this?

like image 366
migajek Avatar asked Jul 13 '11 16:07

migajek


1 Answers

Inherit from TCustomTransparentControl and include csAcceptsControls control style at creation.

like image 80
Sertac Akyuz Avatar answered Sep 21 '22 16:09

Sertac Akyuz