PropertyManager::Position Property
.NET Framework (current version)
When overridden in a derived class, gets or sets the position in the underlying list that controls bound to this data source point to.
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::Int32A zero-based index that specifies a position in the underlying list.
.NET Framework
Available since 1.1
Available since 1.1
Show: