 | VistaOpenFileDialog.ReadOnlyChecked 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)
Syntaxpublic bool ReadOnlyChecked { get; set; }
Public Property ReadOnlyChecked As Boolean
Get
Set
public:
property bool ReadOnlyChecked {
bool get ();
void set (bool value);
}
member ReadOnlyChecked : bool with get, set
Property Value
Type:
Booleantrue if the read-only check box is selected; otherwise,
false. The default value is
false.
See Also