Spread Windows Forms 6.0 Product Documentation
ChangeText(String,String) Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface > ChangeText Method : ChangeText(String,String) Method


insertText
resultText

Glossary Item Box

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

Visual Basic (Declaration) 
Overloads Function ChangeText( _
   ByVal insertText As String, _
   ByRef resultText As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IManageFmtInput
Dim insertText As String
Dim resultText As String
Dim value As Boolean
 
value = instance.ChangeText(insertText, resultText)
C# 
bool ChangeText( 
   string insertText,
   out string resultText
)

Parameters

insertText
resultText

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.