How to use Button.selected?

I’m trying


import fl.controls.Button;
var b1:Button = new Button();

this.addChild(b1);
b1.selected = true;

And it doesn’t work.

Should the Button be supposed to ‘select’… ?
Where is the error?

Tanks in advance.