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值,该值指示设置是否为只读。

适用于