Gets the current item in the list.
[Visual Basic] Public ReadOnly Property Current As Object [C#] public object Current {get;} [C++] public: __property Object* get_Current(); [JScript] public function get Current() : Object;
A list item, typed as Object.
ListManager Class | ListManager Members | System.WinForms Namespace