HtmlInput.KBBkGrndImage Property

Gets or sets the background image of the soft-keyboard mode.

Note   This property has been deprecated.

Syntax

  HtmlInput
  .KBBkGrndImage

Property Value

A read/write String that contains the URL of the background image.

Remarks

The default value for this property is NULL (no background image).

When setting a background image, you can use the KBBkGrndColor property to set a background color to use if the image is unavailable. When the image is available, it overlays the background color.

Example Code

The following example shows how to set a background image for the soft keyboard:

<PARAM NAME="KBBkGrndImage" VALUE="file://[WMCSDK_InstallPath]\Samples\Hosted HTML SamplesHTML Templates\Images\MyImage.jpg">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also