JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Specifies the button used to close a MessageBox.

Script Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readCANCELInteger4

Indicates that the message box was closed with the 'Cancel' button or by clicking on the 'x' button in the title bar.

public-readNOInteger3

Indicates that the message box was closed with the 'No' button.

public-readOKInteger1

Indicates that the message box was closed with the 'OK' button.

public-readYESInteger2

Indicates that the message box was closed with the 'Yes' button.

Inherited Variables

Inherited Functions