void CloseKeyboard(int delayMs = 0)

Closes the virtual keyboard. Trust Level Required: Medium

Parameters

Name Description
delayMs Number of milliseconds to delay before closing. This is useful for going from one input box to the next without the keyboard going down and coming right back up. A value of 500 is good for that case.

Return

Nothing returned