ActionScript 2.0 Components Language Reference |
|
|
|
| Alert component > Alert.yesLabel | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
Alert.yesLabel
Property (class); a class (static) property that indicates the label text on the Yes button.
The following example sets the OK button's label to "da":
Alert.yesLabel = "da";
|
|
|
|