OpenFileDialog.SelectReadOnly 속성

정의

대화 상자에서 읽기 전용 파일을 선택할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SelectReadOnly { bool get(); void set(bool value); };
public bool SelectReadOnly { get; set; }
member this.SelectReadOnly : bool with get, set
Public Property SelectReadOnly As Boolean

속성 값

true대화 상자에서 읽기 전용 파일을 선택할 수 있는 경우 그렇지 않으면 . false 기본값은 true입니다.

적용 대상