System.Windows.Forms.BindingNavigator.MovePreviousItem Property

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

Syntax

[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ReferenceConverter))]
public ToolStripItem MovePreviousItem { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When set, the BindingNavigator.MovePreviousItem property generates the Control.Click event handler for the Move Previous button. This event handler calls the BindingSource.MovePrevious method when the Move Previous button is clicked at run time.

This property is null if it was not previously set and it is accessed before the BindingNavigator.AddStandardItems method is implicitly or explicitly called.

The System.Windows.Forms.BindingNavigator control will disable the Move Previous button under the following run-time circumstances: the BindingNavigator.BindingSource property is null or the BindingSource.Position property is less than or equal to 0.

In the default implementation, this property represents a control of type System.Windows.Forms.ToolStripButton.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0