HtmlInput.InputFontSize Property

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

Note   This property has been deprecated.

Syntax

  HtmlInput.
  InputFontSize

Property Value

A read/write String that contains the font size.

Remarks

The default value for this property is 20 points.

Example Code

The following example sets the font size for the text input box to "large":

<PARAM NAME="InputFontSize" VALUE="large">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also