ActionScript 2.0 组件语言参考 |
|
|
|
| Alert 组件 > Alert.cancelLabel | |||
Flash Player 6 (6.0.79.0)。
Flash MX Professional 2004。
Alert.cancelLabel
属性(类);指明"取消"按钮上的标签文本的类(静态)属性。
以下范例将"取消"按钮的标签设置为"cancellation":
Alert.cancelLabel = "cancellation";
|
|
|
|