System.Windows.Forms.BindingNavigator Members

The members of System.Windows.Forms.BindingNavigator are listed below.

See Also: Inherited members from System.Windows.Forms.ToolStrip

Public Constructors

Initializes a new instance of the System.Windows.Forms.BindingNavigator class.

Initializes a new instance of the System.Windows.Forms.BindingNavigator class, indicating whether to display the standard navigation user interface (UI).

Initializes a new instance of the System.Windows.Forms.BindingNavigator class and adds this new instance to the specified container.

Initializes a new instance of the System.Windows.Forms.BindingNavigator class with the specified System.Windows.Forms.BindingSource as the data source.

Public Properties

AddNewItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that represents the Add New button.

BindingSourceBindingSource.

Gets or sets the System.Windows.Forms.BindingSource component that is the source of data.

CountItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that displays the total number of items in the associated System.Windows.Forms.BindingSource.

CountItemFormatstring.

Gets or sets a string used to format the information displayed in the BindingNavigator.CountItem control.

DeleteItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that is associated with the Delete functionality.

MoveFirstItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that is associated with the Move First functionality.

MoveLastItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that is associated with the Move Last functionality.

MoveNextItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that is associated with the Move Next functionality.

MovePreviousItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that is associated with the Move Previous functionality.

PositionItemToolStripItem.

Gets or sets the System.Windows.Forms.ToolStripItem that displays the current position within the System.Windows.Forms.BindingSource.

Public Methods

AddStandardItems()

Adds the standard set of navigation items to the System.Windows.Forms.BindingNavigator control.

BeginInit()

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

EndInit()

Enables updates to the System.Windows.Forms.ToolStripItem controls of the System.Windows.Forms.BindingNavigator after the component's initialization has concluded.

Validate() : bool

Causes form validation to occur and returns whether validation was successful.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.BindingNavigator and optionally releases the managed resources.

OnRefreshItems()

Raises the BindingNavigator.RefreshItems event.

RefreshItemsCore()

Refreshes the state of the standard items to reflect the current state of the data.

Public Events

RefreshItems

Occurs when the state of the navigational user interface (UI) needs to be refreshed to reflect the current state of the underlying data.