ImageList::Tag Property

 

Gets or sets an object that contains additional data about the ImageList.

Namespace:   System.Windows.Forms
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 additional data about the ImageList.

.NET Framework
Available since 2.0
Return to top
Show: