Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ResetText Method


In This Topic
    ResetText Method (ElementWindowless)
    In This Topic
    Resets the text in an element to its default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ResetText() 
    'Usage
     
    
    Dim instance As ElementWindowless
     
    instance.ResetText()
    protected virtual void ResetText()
    See Also