Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
CommonDialog.showDialog
Displays a common dialog box and returns a value indicating whether the user clicked OK in the dialog box.
Syntax
public final int showDialog()
Return Value
Returns DialogResult.OK if the user clicked OK in the dialog box; otherwise, returns DialogResult.CANCEL.