FrameworkElementFactory.IsSealed プロパティ

定義

このオブジェクトが変更できない状態にあるかどうかを示す値を取得します。

public:
 property bool IsSealed { bool get(); };
public bool IsSealed { get; }
member this.IsSealed : bool
Public ReadOnly Property IsSealed As Boolean

プロパティ値

Boolean

trueこのオブジェクトが変更できない状態の場合。それ以外の場合は . false

適用対象