Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / ResetText Method


In This Topic
    ResetText Method (GcTextBox)
    In This Topic
    Resets the Text property to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetText() 
    'Usage
     
    
    Dim instance As GcTextBox
     
    instance.ResetText()
    public virtual void ResetText()
    See Also