void CloseKeyboard(int)

Closes the virtual keyboard

Security

Trust Level Required: Medium Trust

Parameters

Name Description
delayMs (Optional) int
Number of milliseconds to delay before closing.

Return

Nothing returned

Remarks

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 practical for this test case.

Examples


setInterval(function()
				{
					if(KioApp.IsKeyboardShowing()) 
						setTimeout(KioApp.CloseKeyboard(), 5000)},
				10000)
    

Requirements

KioWare for Windows version 8.1 or greater.