Spread WinForms 15
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()
See Also