共用方式為


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

屬性

適用於