Specifies identifiers to indicate the return value of a dialog box.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java Copy Code |
---|
public enum DialogResult |
Member name | Description | |
---|---|---|
Cancel |
The dialog box return value is Cancel (usually sent from a button labeled Cancel). |
|
OK |
The dialog box return value is OK (usually sent from a button labeled OK). |