Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Tag Property


In This Topic
Tag Property (PSObject)
In This Topic
Gets or sets the tag for the element.
Syntax
'Declaration
 
Public Overrides Property Tag As Object
 
'Usage
 
Dim instance As PSObject
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also