FileDialogResult¶
Summary¶
An enumeration of the different file dialog results.
Signature
1 |
|
Namespace¶
cAlgo.API
Fields¶
None¶
Summary
File dialog is not supported in running environment.
Signature
1 |
|
Return Value
FileDialogResult
Cancel¶
Summary
User closed the dialog.
Signature
1 |
|
Return Value
FileDialogResult
OK¶
Summary
User pressed Ok in dialog.
Signature
1 |
|
Return Value
FileDialogResult
Error¶
Summary
There was an error in file dialog operation.
Signature
1 |
|
Return Value
FileDialogResult