Search
DialogResult Enumeration
See Also
 






Specifies identifiers to indicate the return value of a dialog box.

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  Copy Code

public enum DialogResult

 Members

  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).

 See Also