Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ShouldSerializeTag Method


In This Topic
    ShouldSerializeTag Method (ElementWindowless)
    In This Topic
    Indicates whether the Tag property should be persisted.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeTag() As Boolean
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Boolean
     
    value = instance.ShouldSerializeTag()
    public virtual bool ShouldSerializeTag()
    See Also