Hi,

Does a usercontrol placed on a form automatically inherit or acquire the
parent forms' BindingContext?

Thanks,
Dave

Re: Does WinForm UserControl inherit BindingContext of owner? by Greg

Greg
Tue Oct 28 06:44:46 CST 2003

For every distinct data source in use on a form, Windows Forms creates a
binding manager. It actually does this per binding context, not per form,
however each form has one binding context.

"David Adams" <mel1daa@hotmail.com> wrote in message
news:eks9E0SnDHA.2000@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> Does a usercontrol placed on a form automatically inherit or acquire the
> parent forms' BindingContext?
>
> Thanks,
> Dave
>
>



Re: Does WinForm UserControl inherit BindingContext of owner? by Greg

Greg
Tue Oct 28 06:58:39 CST 2003

I should also add, by default all controls that are bound to the same source
share the same binding manager.


"David Adams" <mel1daa@hotmail.com> wrote in message
news:eks9E0SnDHA.2000@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> Does a usercontrol placed on a form automatically inherit or acquire the
> parent forms' BindingContext?
>
> Thanks,
> Dave
>
>



Re: Does WinForm UserControl inherit BindingContext of owner? by David

David
Tue Oct 28 11:21:02 CST 2003

Thanks Greg, that's what I'm looking for.

Dave



"Greg" <greg@cds-am.net> wrote in message
news:%23bg95MVnDHA.1408@TK2MSFTNGP11.phx.gbl...
> I should also add, by default all controls that are bound to the same
source
> share the same binding manager.
>
>
> "David Adams" <mel1daa@hotmail.com> wrote in message
> news:eks9E0SnDHA.2000@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > Does a usercontrol placed on a form automatically inherit or acquire the
> > parent forms' BindingContext?
> >
> > Thanks,
> > Dave
> >
> >
>
>