共用方式為


DesignerView.IsReadOnly 屬性

定義

判斷 DesignerView 是否為唯讀。

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

屬性值

如果 DesignerView 是唯讀,則為 true,否則為 false

適用於