Returns the resulting text and position if the input character is allowed under given conditions. If not allowed, returns false.
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As IManageFmtInput
Dim inputKey As Integer
Dim inputChar As Char
Dim currText As String
Dim selStart As Integer
Dim selLength As Integer
Dim resultText As String
Dim resultCaretPos As Integer
Dim overwriteMode As Boolean
Dim value As Boolean
 
value = instance.CharInput(inputKey, inputChar, currText, selStart, selLength, resultText, resultCaretPos, overwriteMode)  | 
 
            Parameters
- inputKey
 
- inputChar
 
- currText
 
- selStart
 
- selLength
 
- resultText
 
- resultCaretPos
 
- overwriteMode
 
            
             
            
						
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also