BindingManagerBase.IsBindingSuspended プロパティ

定義

バインディングが中断されているかどうかを示す値を取得します。

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

プロパティ値

Boolean

バインディングが中断されている場合は true。それ以外の場合は false

適用対象