Share via


HtmlInput.InputFontName Property

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

Note   This property has been deprecated.

Syntax

  HtmlInput.
  InputFontName

Property Value

A read/write String that contains the name of the font.

Remarks

The default value for this property is "Arial".

Example Code

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

<PARAM NAME="InputFontName" VALUE="cursive">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also