Gets or sets the Tag object for the element.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property Tag As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ElementWindowless
Dim value As Object
instance.Tag = value
value = instance.Tag |
C# | |
---|
public virtual object Tag {get; set;} |
Property Value
Object containing the tag
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also