BindingNavigator Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the BindingNavigator class, indicating whether to display the standard navigation user interface (UI).
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- addStandardItems
-
Type:
System::Boolean
true to show the standard navigational UI; otherwise, false.
This constructor sets the BindingSource property to null. If AddStandardItems is false, AddNewItem, MoveFirstItem, MoveLastItem, MoveNextItem, MovePreviousItem, DeleteItem, CountItem and PositionItem will also be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: