Click to return to the Reusing Browser Technology home page    
IHTMLInputFileElement::se...     IHTMLInputHiddenElement::...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputHiddenElement Interface


This interface specifies a type of input control.

IHTMLInputHiddenElement Methods

createTextRange Creates a text range object for the element. You use a text range to examine and modify the text within the element.
get_disabled Determines whether the control is enabled or disabled.
get_form Retrieves a reference to the form the element is embedded on.
get_name Retrieves the name of the control, bookmark, or application.
get_status Retrieves the value of a check box or radio button. This property is equivalent to the value property for check boxes and radio buttons.
get_type Retrieves the type of intrinsic control represented by the given element object.
get_value Retrieves the default or selected value of the given control.
put_disabled Enables or disables the control. A disabled control appears dimmed and does not respond to user input.
put_name Sets the name of the control, bookmark, or application.
put_status Sets the value of a check box or radio button. This property is equivalent to the value property for check boxes and radio buttons.
put_value Sets the default or selected value of the given control.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.