Skip to main content
March 22, 2010
Answered

laber property of the RadioButton class

  • March 22, 2010
  • 1 reply
  • 449 views

I would like to learn use the "Flash CS4 Professional ActionScript 3.0 Language Reference" and I beginn with this example and question:

Why the label property isnt listed in the properties of the RadioButton class?

This topic has been closed for replies.
Correct answer Ned Murphy

The label property of various components is inherited from the LabelButton class.  If you select the "Show Inherited Public Properties" in the start of that section it will be included with the rest of the RadioButton and other inherited properties.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
March 22, 2010

The label property of various components is inherited from the LabelButton class.  If you select the "Show Inherited Public Properties" in the start of that section it will be included with the rest of the RadioButton and other inherited properties.

March 22, 2010

That's right, thanks!

Ned Murphy
Legend
March 22, 2010

You're welcome.