BindingSource::Current Property
.NET Framework (current version)
Gets the current item in the list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Use the Current property to access the current item, but use the List property to get the entire list. To determine the type of the current object, use the GetType, or ToString methods.
To change the current item, set the Position property to a new integral value, or use one of the navigation methods such as MoveNext.
.NET Framework
Available since 2.0
Available since 2.0
Show: