ListViewItem::ListViewSubItem::Tag Property
.NET Framework (current version)
Gets or sets an object that contains data about the ListViewItem::ListViewSubItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BindableAttribute(true)] [TypeConverterAttribute((StringConverter^::typeid))] property Object^ Tag { Object^ get(); void set(Object^ value); }
Property Value
Type: System::Object^An Object that contains data about the ListViewItem::ListViewSubItem. The default is null.
The Tag property allows you to store additional information for a ListViewItem::ListViewSubItem.
.NET Framework
Available since 2.0
Available since 2.0
Show: