Returns the focus state of the ListItem.
[Visual Basic] Public Property Focused As Boolean [C#] public bool Focused {get; set;} [C++] public: __property bool get_Focused(); public: __property void set_Focused(bool); [JScript] public function get Focused() : Boolean; public function set Focused(Boolean);
the focus state of the ListItem. If the ListItem has not been added to a parent ListView, then this will always return falase.
ListItem Class | ListItem Members | System.WinForms Namespace