Click to return to the Reusing Browser Technology home page    
IHTMLEmbedElement::get_he...     IHTMLEmbedElement::get_na...     IHTMLEmbedElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLEmbedElement::get_hidden Method


Retrieves the value that indicates whether the embedded element is currently hidden or shown.

Syntax

HRESULT get_hidden(
    BSTR *p
);

Parameters

p
Address of a string (BSTR) variable that receives the status. For details, see the hidden 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

IHTMLEmbedElement::put_hidden Method


Sets the value that indicates whether the embedded element is currently hidden or shown.

Syntax

HRESULT put_hidden(
    BSTR v
);

Parameters

v
String (BSTR) that specifies if the embedded element is hidden. For details, see the hidden 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.