| 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; }
Public Property ShowReadOnly As Boolean
Get
Set
public:
property bool ShowReadOnly {
bool get ();
void set (bool value);
}
member ShowReadOnly : bool with 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