Click or drag to resize

VistaOpenFileDialogReadOnlyChecked Property

Gets or sets a value indicating whether the read-only check box is selected.

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 ReadOnlyChecked { get; set; }

Property Value

Type: Boolean
if the read-only check box is selected; otherwise, . The default value is .
See Also