OpenFileDialog.setShowReadOnly

Overview | Methods | This Package | All Packages

OpenFileDialog.setShowReadOnly

Sets 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 void setShowReadOnly( boolean value )

Parameters

value

Set to true if to include an Open as read-only check box in the dialog box; otherwise, set to false. The default value is false.

See Also   getShowReadOnly