Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ResetToInitText Method


In This Topic
    ResetToInitText Method (SuperEditBase)
    In This Topic
    Resets to the initial text.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ResetToInitText() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.ResetToInitText()
    protected virtual void ResetToInitText()
    See Also