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 (Usage) | Copy Code |
---|
Dim instance As IManageFmtInput
Dim insertText As String
Dim resultText As String
Dim value As Boolean
value = instance.ChangeText(insertText, 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