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

属性

適用対象