OpenFileDialog.ReadOnlyChecked Свойство

Определение

Получает или задает значение, указывающее, установлен ли окном OpenFileDialog флажок "только чтение".

public:
 property bool ReadOnlyChecked { bool get(); void set(bool value); };
public bool ReadOnlyChecked { get; [System.Security.SecurityCritical] set; }
public bool ReadOnlyChecked { get; set; }
[<set: System.Security.SecurityCritical>]
member this.ReadOnlyChecked : bool with get, set
member this.ReadOnlyChecked : bool with get, set
Public Property ReadOnlyChecked As Boolean

Значение свойства

Значение true, если флажок установлен; в противном случае — значение false. Значение по умолчанию — false.

Атрибуты

Применяется к