SIP
Previous Top Next

Shows / hides the soft input panel.
Syntax: SIP (True | False)
Example:
Sub TextBox1_GotFocus
            SIP(True)
End Sub

Sub TextBox1_LostFocus
            SIP(False)
End Sub