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


In This Topic
    ResetTag Method (ElementWindowless)
    In This Topic
    Resets the Tag object for the element to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetTag() 
    'Usage
     
    
    Dim instance As ElementWindowless
     
    instance.ResetTag()
    public virtual void ResetTag()
    See Also