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

プロパティ値

true DesignerViewが読み取り専用の場合は #。それ以外の場合はfalse

適用対象