Spread Windows Forms 15.0
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
    object Tag {get; set;}
    See Also