Microsoft SDK for Java

OpenFileDialog.getShowReadOnly

Retrieves a boolean value indicating whether the dialog box contains an Open as read-only check box that the user can select to open a file in read-only mode.

Syntax

public final boolean getShowReadOnly()

Return Value

Returns true if the dialog contains an Open as read-only check box; otherwise, returns false.

See Also   setShowReadOnly

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