Click to return to the Reusing Browser Technology home page    
IHTMLFrameSetElement Inte...     IHTMLFrameSetElement::get...     IHTMLFrameSetElement Inte...    
Web Workshop  |  Reusing Browser Technology

IHTMLFrameSetElement::get_border Method


Retrieves the width of the border.

Syntax

HRESULT get_border(
    VARIANT *p
);

Parameters

p
Address of a VARIANT structure that returns a string that specifies the width of the border. For details, see the border property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

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

IHTMLFrameSetElement::put_border Method


Sets the type of window border.

Syntax

HRESULT put_border(
    VARIANT v
);

Parameters

v
VARIANT structure that contains a string that specifies the width of the border. For details, see the border property.

Return Value

Returns S_OK if successful, or an error code otherwise.

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.