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!

ListItem.Focused

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);

Property Value

the focus state of the ListItem. If the ListItem has not been added to a parent ListView, then this will always return falase.

See Also

ListItem Class | ListItem Members | System.WinForms Namespace