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.
public final void setShowReadOnly( boolean value )
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