Wimark.Controls Class Library  

ListViewItem.Modified Property

Gets or sets a value that indicates that the list item has been modified by the user since the state was cleared.

[Visual Basic]
Public Property Modified As Boolean 
[C#]
public bool Modified {get; set;}
[C++]
public: __property bool get_Modified();
public: __property void set_Modified(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListViewItem Class | ListViewItem Members | Wimark.Controls Namespace