Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Tag Property


In This Topic
    Tag Property (ElementWindowless)
    In This Topic
    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;}
    See Also