BindingNavigator.BeginInit Method

Definition

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

C#
public void BeginInit();

Implements

Remarks

The BeginInit and EndInit methods allow the 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 BeginInit method to signal the control that initialization is starting; call the EndInit method to signal that initialization is complete.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also