Click or drag to resize

VistaOpenFileDialogShowReadOnly Property

Gets or sets a value indicating whether the dialog box contains a read-only check box.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ShowReadOnly { get; set; }

Property Value

Type: Boolean
if the dialog box contains a read-only check box; otherwise, . The default value is .
Remarks
If the Vista style dialog is used, this property can only be used to determine whether the user chose Open as read-only on the dialog; setting it in code will have no effect.
See Also