IHTMLInputFileElement::get_disabledIHTMLInputFileElement::get_disabled*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputFileElement::put_disabled
*Next Topic: IHTMLInputFileElement::get_form

IHTMLInputFileElement::get_disabled


HRESULT get_disabled(
    VARIANT_BOOL *p
);

Determines whether the INPUT file control is enabled or disabled.

p
Address of a variable that receives TRUE if the control is disabled, or FALSE otherwise.

The default value for this property is FALSE.

See also put_disabled

Up Top of Page


IHTMLInputFileElement::put_disabled


HRESULT put_disabled(
    VARIANT_BOOL v
);

Enables or disables the INPUT file control. A disabled control appears dimmed and does not respond to user input.

v
Boolean value specifying whether to disable the control. If TRUE, the control is disabled; otherwise, it is enabled.

The default value for this property is FALSE.

See also get_disabled


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.