Hello,
I have the following structure in a form : TPanel containing a TsScrollBox containing a TPaintbox.
I'd like to specify as the background colour for the TPaintbox the skinned colour of the parent TPanel, however after a few tries and searches through this forum I can't seems to find anything useful.
– How can get the colour of a skinned component ?
– Would it be possible or better if I used a TsPanel instead of a TPanel as a parent of the TPaintbox ?