HtmlInput.InputPassword Property

Gets or sets a value that indicates whether the Triple-tap/Soft-keyboard control is in password mode.

Note   This property has been deprecated.

Syntax

  HtmlInput
  .InputPassword

Property Value

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

Value Meaning
0 (default) Password mode is off.
1 Password mode in on.

Remarks

In password mode, the control's text input box displays a dot to represent each character in the password.

Example Code

The following example puts the control into password mode:

<PARAM NAME="InputPassword" VALUE="1"

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also