Disables updates to the System.Windows.Forms.ToolStripItem controls of the System.Windows.Forms.BindingNavigator during the component's initialization.
The BindingNavigator.BeginInit and BindingNavigator.EndInit methods allow the System.Windows.Forms.BindingNavigator control to optimize changes to multiple properties. Using this pair of methods, you can initialize co-dependent properties or batch set multiple properties at design time. Call the BindingNavigator.BeginInit method to signal the control that initialization is starting; call the BindingNavigator.EndInit method to signal that initialization is complete.