Click to return to the Reusing Browser Technology home page    
IHTMLInputElement::get_al...     IHTMLInputElement::get_ch...     IHTMLInputElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputElement::get_border Method


Retrieves the current width of the border around the element.

Syntax

HRESULT get_border(
    VARIANT *p
);

Parameters

p
Address of a VARIANT structure that receives the border width.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLInputElement::put_border Method


Sets the width of the border around the element.

Syntax

HRESULT put_border(
    VARIANT v
);

Parameters

v
VARIANT string or value that specifies the border width to set.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.