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

속성 값

Boolean

바인딩이 일시 중단됨을 나타내면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상