Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Tag Property


In This Topic
Tag Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property Tag As Object
 
'Usage
 
Dim instance As IElement
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also