OpenFileDialog.ReadOnlyChecked 属性

定义

获取或设置一个值,该值指示是否选中了 OpenFileDialog 显示的只读复选框。

public:
 property bool ReadOnlyChecked { bool get(); void set(bool value); };
public bool ReadOnlyChecked { get; [System.Security.SecurityCritical] set; }
[<set: System.Security.SecurityCritical>]
member this.ReadOnlyChecked : bool with get, set
Public Property ReadOnlyChecked As Boolean

属性值

true 如果选中了复选框,则为否则,为 false. 默认值为 false

属性

适用于