BindingNavigator Constructor (IContainer^)
.NET Framework (current version)
Initializes a new instance of the BindingNavigator class and adds this new instance to the specified container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- container
-
Type:
System.ComponentModel::IContainer^
The IContainer to add the new BindingNavigator control to.
This constructor is provided as a convenience, combining the steps of creating a new BindingNavigator control and adding it to a parent IContainer. Like the default constructor, it sets the BindingSource property to null and does not show the standard user interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: