Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / ChangeText Method / ChangeText(String,String) Method


In This Topic
ChangeText(String,String) Method
In This Topic
Returns the resulting text if the change is allowed for the given conditions. If no changes are made (due to invalid input), false is returned.
Syntax
'Declaration
 
Overloads Function ChangeText( _
   ByVal insertText As String, _
   ByRef resultText As String _
) As Boolean
 
'Usage
 
Dim instance As IManageFmtInput
Dim insertText As String
Dim resultText As String
Dim value As Boolean
 
value = instance.ChangeText(insertText, resultText)

Parameters

insertText
resultText
See Also