Binding::IsBinding Property
.NET Framework (current version)
Gets a value indicating whether the binding is active.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
A binding is active when it meets these conditions:
All its properties are set.
The user did not call ResumeBinding or SuspendBinding on the BindingManagerBase that the Binding belongs to.
The control to which the Binding belongs has been created.
The following code example prints the PropertyName and IsBinding value for each Binding on a form.
.NET Framework
Available since 1.1
Available since 1.1
Show: