HtmlInput.InputMode Property

Gets or sets the input (operating) mode of the Triple-tap/Soft-keyboard control.

Note   This property has been deprecated.

Syntax

  HtmlInput
  .InputMode

Property Value

A read/write Number (long) that indicates the input mode of the control. It must be one of the following values:

Value Description
1 (default) Triple-tap mode.
2 Soft keyboard mode.

Example Code

The following example puts the Triple-tap/Soft-keyboard control into soft-keyboard mode:

<PARAM NAME="InputMode" VALUE="2">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also