PropertyManager::Position Property

 

When overridden in a derived class, gets or sets the position in the underlying list that controls bound to this data source point to.

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

public:
property int Position {
	virtual int get() override;
	virtual void set(int value) override;
}

Property Value

Type: System::Int32

A zero-based index that specifies a position in the underlying list.

.NET Framework
Available since 1.1
Return to top
Show: