Image.Tag Property
.NET Framework 3.0
Gets or sets an object that provides additional data about the image.
Namespace: System.Drawing
Assembly: System.Drawing (in system.drawing.dll)
Assembly: System.Drawing (in system.drawing.dll)
[TypeConverterAttribute(typeof(StringConverter))] [LocalizableAttribute(false)] [BindableAttribute(true)] public: property Object^ Tag { Object^ get (); void set (Object^ value); }
/** @property */ public Object get_Tag () /** @property */ public void set_Tag (Object value)
public function get Tag () : Object public function set Tag (value : Object)
Not applicable.
Property Value
The Object that provides additional data about the image.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: