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 表示设置是否为只读的值。

适用于