I have to dynamically put a label into a SSTab, how can I put it into second Tab?
I tried

SSTab.Tab = 1: Set Label1.Container = SSTab

but it do not work, it still puts it into the first tab


Besides, if I check a label's container property, I can
tell that it is in a SSTab, but how can I know what is the
.Tab property (page) that really hold this label?

Thanks a lot for any hint!