The instances in Button cannot be accessed by ActionScript?

I have a button in my library. And use a “use” method to create an instance of it.

i did not simply use a stage instance.

And when I try to use myButton.label_txt, the IDE tells me it’s undefined. But it was just there.

What’s the matter?

( I use the same to a MovieClip and it works)