BindingSource.IsBindingSuspended プロパティ

定義

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

public:
 property bool IsBindingSuspended { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsBindingSuspended { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsBindingSuspended : bool
Public ReadOnly Property IsBindingSuspended As Boolean

プロパティ値

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

属性

適用対象