Share via


HtmlInput.SetInputText Method

Sets text into the text input box of the Triple-tap/Soft-keyboard control.

Note   This method has been deprecated.

Syntax

  HtmlInput
  .SetInputText(
  BSTR Val
  )

Parameters

Val

The text to go into the edit box.

Return Values

This method returns an HRESULT.

Example Code

The following JScript example sets the text for the Triple-tap/Soft-keyboard control's text input box:

objHtmlInput.SetInputText("Example text")

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also