System.Windows.Forms.BindingNavigator.BeginInit Method

Disables updates to the System.Windows.Forms.ToolStripItem controls of the System.Windows.Forms.BindingNavigator during the component's initialization.

Syntax

public void BeginInit ()

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0