Specifies identifiers to indicate the return value of a dialog box.
Namespace: com.mindfusion.scheduling.standardforms
Package: com.mindfusion.scheduling.standardforms
SyntaxJava
Copy Code
|
|---|
public enum DialogResult |
Members| Member name | Description | |
|---|---|---|
![]() |
Cancel |
The dialog box return value is Cancel (usually sent from a button labeled Cancel). |
![]() |
None |
The dialog box default value. |
![]() |
OK |
The dialog box return value is OK (usually sent from a button labeled OK). |
![]() |
Remove |
The dialog box return value is Remove (usually sent from a button labeled Remove). |
See Also