IHTMLInputFileElement interface

This interface specifies a type of input control.

Members

The IHTMLInputFileElement interface inherits from the IDispatch interface. IHTMLInputFileElement also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLInputFileElement interface has these methods.

Method Description
select

Highlights the input area of a form element.

 

Properties

The IHTMLInputFileElement interface has these properties.

Property Description

disabled

Sets or retrieves a value that indicates whether the user can interact with the object.

form

Retrieves a reference to the form that the object is embedded in.

maxLength

Sets or retrieves the maximum number of characters that the user can enter in a text control.

name

Sets or retrieves the name of the object.

size

Sets or retrieves the size of the control.

status

Sets or retrieves the value indicating whether the control is selected.

type

Retrieves or initially sets (IHTMLInputElement only) the type of input control represented by the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLInputElement

IHTMLInputButtonElement::type