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


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