BindingNavigator::PositionItem Property

 

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

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

public:
[TypeConverterAttribute((ReferenceConverter^::typeid))]
property ToolStripItem^ PositionItem {
	ToolStripItem^ get();
	void set(ToolStripItem^ value);
}

Property Value

Type: System.Windows.Forms::ToolStripItem^

The ToolStripItem that displays the current position.

In the default implementation, the PositionItem property is of type ToolStripTextBox.

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

The current position calculated by obtaining the Position property of the BindingSource, and adding 1 to transform the position into a 1-based count.

In the default implementation, this property represents a control of type ToolStripTextBox.

.NET Framework
Available since 2.0
Return to top
Show: