End Google Ads 201810 - BS.net 01 --> Hi,

I have a panel on a windows form.
In the panel, I have a label, I have set the visible property of the label as False in design time.
now at runtime, in a function I am trying to make label visible like this,
label1.visible = true;

but the label1.visible property does not change, it still has false value, but once the form executes completely, label becomes visible, I cannot understand, How this is happening.

can someone tell me that why the label1.visible property does not become true, when I explicitly assign true to it.

Thanks in advance,

Regards
Mahesh