Gets or sets the binding context for the System.Windows.Forms.ToolStrip.
Documentation for this section has not yet been entered.
The System.Windows.Forms.BindingContext of a System.Windows.Forms.ToolStrip returns a single System.Windows.Forms.BindingManagerBase for all data-bound controls contained by the System.Windows.Forms.ToolStrip. The System.Windows.Forms.BindingManagerBase keeps all controls that are bound to the same data source synchronized. For example, setting the BindingManagerBase.Position property of the System.Windows.Forms.BindingManagerBase specifies the item in the underlying list that all data-bound controls point to.
For more information about creating a new System.Windows.Forms.BindingContext and assigning it to the Control.BindingContext property, see the BindingContext.#ctor constructor.