Microsoft SDK for Java

Form.getDialogResult

Retrieves the dialog result which designates the value that is returned from this form when it is displayed as a modal dialog.

Syntax

public final int getDialogResult()

Return Value

Returns the dialog result. This value equates to one of the enumeration constants defined in the DialogResult class.

See Also   setDialogResult

© 1999 Microsoft Corporation. All rights reserved. Terms of use.