IHTMLEmbedElement::get_hiddenIHTMLEmbedElement::get_hidden*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLEmbedElement::put_hidden
*Next Topic: IHTMLEmbedElement::get_palette

IHTMLEmbedElement::get_hidden


HRESULT get_hidden(
    BSTR *p
);

Determines whether the embedded element is currently hidden or shown.

p
Address of a string variable that receives the status.

See also put_hidden

Up Top of Page


IHTMLEmbedElement::put_hidden


HRESULT put_hidden(
    BSTR v
);

Hides or shows the embedded element.

v
String specifying if the embedded element is hidden. TRUE hides the embedded element, and FALSE shows it.

See also get_hidden


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