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

属性

适用于