NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.FocusedItem

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;

Exceptions

Exception Type Condition
Exception Throws if no item has the focus

See Also

ListView Class | ListView Members | System.WinForms Namespace