Retreives the item which currently has the user focus. This is the item that's drawn with the dotted focus rectangle around it.
[Visual Basic] Public ReadOnly Property FocusedItem As ListItem [C#] public ListItem FocusedItem {get;} [C++] public: __property ListItem* get_FocusedItem(); [JScript] public function get FocusedItem() : ListItem;
Exception Type | Condition |
---|---|
Exception | Throws if no item has the focus |
ListView Class | ListView Members | System.WinForms Namespace