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 です。

属性

適用対象