FarPoint.Win
ResetText Method
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : ResetText Method


Resets the contents to the default value.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub ResetText() 
Visual Basic (Usage)Copy Code
Dim instance As ElementControl
 
instance.ResetText()
C# 
public override void ResetText()

Remarks

Use this method to reset the Text property to its default value.

See Also