Good Evening

I have tried this in VB6 but I am still not 100 percent sure if this right-

I want a control on the form to have a solid colour that won't show through the colour of the form it is placed on.

This is what I think is done to achieve this:

Modify STYLE Property – Set to 1 – Graphical, which turns the control into the same colour as the background

Modify VISIBLE Property – Set to False which sets a value to determine that the object is hidden

Does anyone know if this is correct or is it some other property I use.

I just want on this application for one control to appear to test a condition I am doing.

Any assistance grateful for.