BindingNavigator Constructor ()
.NET Framework (current version)
Initializes a new instance of the BindingNavigator class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The default constructor sets the BindingSource property to null. This constructor is equivalent to calling the BindingNavigator(Boolean) constructor with a parameter value of false. You can add the standard items by making a separate call to AddStandardItems.
.NET Framework
Available since 2.0
Available since 2.0
Show: