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입니다.

특성

적용 대상