Setting.ReadOnly 屬性

定義

指出設定是否為唯讀。

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

屬性值

Boolean

Boolean 值,指出設定是否為唯讀。

適用於