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

属性

适用于