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


In This Topic
    ResetText Method (TextShape)
    In This Topic
    Resets the text to the default value, which is "abc".
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ResetText() 
    'Usage
     
    
    Dim instance As TextShape
     
    instance.ResetText()
    protected override void ResetText()
    See Also