Share via


HtmlInput.InputFontWeight Property

Gets or sets the weight of the font used for the text input box.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  InputFontWeight

Property Value

A read/write String that contains the font weight.

Example Code

The following example sets the font weight for the text input box to "bolder":

<PARAM NAME="InputFontWeight" VALUE="bolder">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also