Spread Windows Forms 12.0 Product Documentation
Tag Property (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : Tag Property
Gets or sets the Tag object for the element.
Syntax
'Declaration
 
Public Overridable Property Tag As Object
'Usage
 
Dim instance As ElementWindowless
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public virtual object Tag {get; set;}

Property Value

Object containing the tag
See Also

Reference

ElementWindowless Class
ElementWindowless Members