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