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

屬性

適用於