Share via


HtmlInput.GetInputText Method

Gets the text from the text input box of the Triple-tap/Soft-keyboard control.

Note   This method has been deprecated.

Syntax

  HtmlInput
  .GetInputText()

Parameters

This method takes no parameters.

Return Values

A String that contains the text retrieved from the text input box.

Example Code

The following JScript example retrieves the text from the Triple-tap/Soft-keyboard control's text input box and adds it to an HTML INPUT element:

Text1.value = objHtmlInput.GetInputText()

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also