Overview | Methods | This Package | All Packages
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.