OpenFileDialog.ShowReadOnly Свойство

Определение

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

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

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

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

Атрибуты

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